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

Unified Diff: libadblockplus-android-webview/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-webview/AndroidManifest.xml ('k') | libadblockplus-android-webview/pom.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webview/build.gradle
diff --git a/libadblockplus-android-webview/build.gradle b/libadblockplus-android-webview/build.gradle
index 2d3bcf675e6352b255be87a351bcbcc3ed2aaa3d..bfeb5709deb4515d2187091cdef419c22868cc8d 100644
--- a/libadblockplus-android-webview/build.gradle
+++ b/libadblockplus-android-webview/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
- versionCode 2
- versionName "1.0.1"
+ versionCode 3
+ versionName "2.0"
}
sourceSets {
« no previous file with comments | « libadblockplus-android-webview/AndroidManifest.xml ('k') | libadblockplus-android-webview/pom.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld