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

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

Issue 29671734: Issue 6265 - Create shared AdblockEngine instance in AdblockWebView in background (Closed)
Patch Set: addressed Diego's comments Created Jan. 19, 2018, 12:23 p.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-settings/build.gradle
diff --git a/libadblockplus-android-settings/build.gradle b/libadblockplus-android-settings/build.gradle
index 62adb3c9fd0b54f4e681be0ffaa6abc2f7b744a9..9edeb8a4a3034258fb475e1aa089c175dcfcba77 100644
--- a/libadblockplus-android-settings/build.gradle
+++ b/libadblockplus-android-settings/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
- versionCode 2
- versionName "1.0.1"
+ versionCode 3
+ versionName "2.0"
}
sourceSets {

Powered by Google App Engine
This is Rietveld