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

Unified Diff: libadblockplus-android/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/AndroidManifest.xml ('k') | libadblockplus-android/pom.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/build.gradle
diff --git a/libadblockplus-android/build.gradle b/libadblockplus-android/build.gradle
index 28a38bd03473bcd9426ac7e46331f574db6e91a5..c8d4c7ebbd78faa42008ea41cf867e9fccab1164 100644
--- a/libadblockplus-android/build.gradle
+++ b/libadblockplus-android/build.gradle
@@ -5,10 +5,10 @@ android {
buildToolsVersion "25.0.0"
defaultConfig {
- minSdkVersion 11
+ minSdkVersion 16
targetSdkVersion 16
- versionCode 1
- versionName "1.0"
+ versionCode 2
+ versionName "2.0"
}
publishNonDefault true
« no previous file with comments | « libadblockplus-android/AndroidManifest.xml ('k') | libadblockplus-android/pom.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld