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

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

Issue 29671734: Issue 6265 - Create shared AdblockEngine instance in AdblockWebView in background (Closed)
Patch Set: Sergey's comments Created Jan. 22, 2018, 6:19 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 b70262a98061fe7edd386312fdd466c7c92eb993..502c6adfcbe371f8667ebde7696637823cf04cee 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 3
- versionName "1.0.2"
+ versionCode 4
+ versionName "2.0"
}
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