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

Unified Diff: libadblockplus-android/AndroidManifest.xml

Issue 29671734: Issue 6265 - Create shared AdblockEngine instance in AdblockWebView in background (Closed)
Patch Set: Sergey's comments Created Jan. 22, 2018, 6:19 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 2c3202009240a2f1560d422dcadb39c08adb12cd..17a2291c33a7bfb7da1d2290b39aa49950e21d0d 100644
--- a/libadblockplus-android/AndroidManifest.xml
+++ b/libadblockplus-android/AndroidManifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.adblockplus.libadblockplus"
- android:versionCode="1"
- android:versionName="1.0" >
+ package="org.adblockplus.libadblockplus"
+ android:versionCode="2"
+ android:versionName="2.0" >
<uses-sdk
- android:minSdkVersion="9"
- android:targetSdkVersion="16" />
+ android:minSdkVersion="16"
+ android:targetSdkVersion="16" />
</manifest>

Powered by Google App Engine
This is Rietveld