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: 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/build.gradle
diff --git a/libadblockplus-android-webviewapp/build.gradle b/libadblockplus-android-webviewapp/build.gradle
index 8d664f4fd39de75927e8c9b8775215041080db32..e14bd8dc4a866083137b52416301a97770869b2e 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.1"
}
sourceSets {

Powered by Google App Engine
This is Rietveld