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

Unified Diff: libadblockplus-android-webviewapp/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-webviewapp/AndroidManifest.xml
diff --git a/libadblockplus-android-webviewapp/AndroidManifest.xml b/libadblockplus-android-webviewapp/AndroidManifest.xml
index 86c330c31374620c50f2ff01ece117817c2b7918..e4f252ef2e9aa1a645d19f5f94b9a20394973691 100644
--- a/libadblockplus-android-webviewapp/AndroidManifest.xml
+++ b/libadblockplus-android-webviewapp/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.webviewapp"
- android:versionCode="2"
- android:versionName="1.0.1">
+ package="org.adblockplus.libadblockplus.android.webviewapp"
+ android:versionCode="4"
+ android:versionName="2.0">
<uses-sdk
android:minSdkVersion="21"

Powered by Google App Engine
This is Rietveld