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

Unified Diff: libadblockplus-android/AndroidManifest.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 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
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"

Powered by Google App Engine
This is Rietveld