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

Unified Diff: libadblockplus-android-settings/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 | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-settings/AndroidManifest.xml
diff --git a/libadblockplus-android-settings/AndroidManifest.xml b/libadblockplus-android-settings/AndroidManifest.xml
index b6c713d765f720c028c405fac555fef10d14a29a..b9039c34fbd519bcf08b7d0dd75a31a4be4a76fb 100644
--- a/libadblockplus-android-settings/AndroidManifest.xml
+++ b/libadblockplus-android-settings/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.settings"
- 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 | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld