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

Unified Diff: libadblockplus-android-webview/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-webview/AndroidManifest.xml
diff --git a/libadblockplus-android-webview/AndroidManifest.xml b/libadblockplus-android-webview/AndroidManifest.xml
index 12b000b6dbda34e5de93d11037c5b2c1242a7c64..0e65fa919343061426839a8b34ec564231dcb51d 100644
--- a/libadblockplus-android-webview/AndroidManifest.xml
+++ b/libadblockplus-android-webview/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.webview"
- android:versionCode="1"
- android:versionName="1.0" >
+ package="org.adblockplus.libadblockplus.android.webview"
+ android:versionCode="3"
+ android:versionName="2.0" >
<uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="21" />
+ android:minSdkVersion="21"
+ android:targetSdkVersion="21" />
</manifest>

Powered by Google App Engine
This is Rietveld