X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=b5963c25c906b083c2497e2f012aaf4085200ba1;hb=90ec377a834698621227ec37ca7ed37ae7f69851;hp=1f926caa8fa62601b50ecf752f2e213b0c8f3031;hpb=828458a749772bd036f9e2747bd9f6bf9c468691;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 1f926caa..b5963c25 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,11 +6,12 @@ android { defaultConfig { applicationId "com.stoutner.privacybrowser" - minSdkVersion 8 + minSdkVersion 10 targetSdkVersion 23 versionCode 1 versionName "1.0" } + buildTypes { release { minifyEnabled false @@ -21,5 +22,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.1.0' + compile 'com.android.support:appcompat-v7:23.1.1' }