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

Unified Diff: libadblockplus-android-webviewapp/build.gradle

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-webviewapp/AndroidManifest.xml ('k') | libadblockplus-android-webviewapp/pom.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webviewapp/build.gradle
diff --git a/libadblockplus-android-webviewapp/build.gradle b/libadblockplus-android-webviewapp/build.gradle
index 8d664f4fd39de75927e8c9b8775215041080db32..970b53ebe218156f39f2dcab1fffd5975126eb88 100644
--- a/libadblockplus-android-webviewapp/build.gradle
+++ b/libadblockplus-android-webviewapp/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId "org.adblockplus.libadblockplus.android.webviewapp"
minSdkVersion 21
targetSdkVersion 21
- versionCode 1
- versionName "1.0"
+ versionCode 2
+ versionName "1.0.1"
}
sourceSets {
« no previous file with comments | « libadblockplus-android-webviewapp/AndroidManifest.xml ('k') | libadblockplus-android-webviewapp/pom.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld