Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/AndroidManifest.xml

Issue 29345540: Issue 4030 - Move JNI bindings into separate library project (Closed)
Patch Set: Additional changes to libadblockplus-android with Diego's suggestions Created Sept. 6, 2016, 6:15 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | libadblockplus-android/build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/AndroidManifest.xml
diff --git a/libadblockplus-android/AndroidManifest.xml b/libadblockplus-android/AndroidManifest.xml
index 288ef81d229342f8402c03132d08adc45f3373f7..2c3202009240a2f1560d422dcadb39c08adb12cd 100644
--- a/libadblockplus-android/AndroidManifest.xml
+++ b/libadblockplus-android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.adblockplus.libadblockplus"
- android:versionCode="359"
- android:versionName="1.3" >
+ android:versionCode="1"
+ android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="9"
« no previous file with comments | « no previous file | libadblockplus-android/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld