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: updated versions (from minor to patches), made gradle/maven versions consistent Created Jan. 25, 2017, 11:55 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
« no previous file with comments | « libadblockplus-android-webview/pom.xml ('k') | libadblockplus-android-webviewapp/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webviewapp/AndroidManifest.xml
diff --git a/libadblockplus-android-webviewapp/AndroidManifest.xml b/libadblockplus-android-webviewapp/AndroidManifest.xml
index ca7ab806c0bbe1ba74a9bb9b003ab8af8f726d9c..9e7bcd98c270cd7886ebee495f2e5662edb60562 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.0.1">
<uses-sdk
android:minSdkVersion="21"
« no previous file with comments | « libadblockplus-android-webview/pom.xml ('k') | libadblockplus-android-webviewapp/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld