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

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

Issue 29883555: Issue 6958 - Lower minSdk required for -settings module (Closed)
Patch Set: Created Sept. 17, 2018, 6:50 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 | « adblock-android-settings/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android-settings/build.gradle
diff --git a/adblock-android-settings/build.gradle b/adblock-android-settings/build.gradle
index 595d384d3db4da15f52c0f673d1e3f42cee90eed..effa4892dc688bf15ee70a1b942dabb7522c3cb0 100644
--- a/adblock-android-settings/build.gradle
+++ b/adblock-android-settings/build.gradle
@@ -6,7 +6,7 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 16
targetSdkVersion 21
missingDimensionStrategy 'abi', 'abi_all', 'abi_arm', 'abi_x86'
}
@@ -31,7 +31,7 @@ publish {
userOrg = rootProject.ext.bintrayUserOrg
groupId = rootProject.ext.bintrayGroupId
artifactId = 'adblock-android-settings'
- publishVersion = '3.0'
+ publishVersion = '3.1'
licences = rootProject.ext.bintrayLicences
desc = 'An Android library that provides a configuration interface for Adblock Plus.'
website = rootProject.ext.bintrayWebsite
« no previous file with comments | « adblock-android-settings/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld