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

Unified Diff: libadblockplus-android-webviewapp/AndroidManifest.xml

Issue 29371750: Issue 4794 - adblock engine creating/releasing concurrency (Closed)
Patch Set: Created Jan. 13, 2017, 11:44 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 ca7ab806c0bbe1ba74a9bb9b003ab8af8f726d9c..70dc6b42bf1b5d9811cce1939a5f30c6211550e8 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="1"
- android:versionName="1.0">
+ android:versionCode="2"
+ android:versionName="1.1">
anton 2017/01/13 11:47:55 updated it since -settings version was increased a
<uses-sdk
android:minSdkVersion="21"

Powered by Google App Engine
This is Rietveld