X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=b5963c25c906b083c2497e2f012aaf4085200ba1;hb=98a82a9c4c67a85f53f019bfa793988bc5fa0336;hp=c749baafcda550dcfadb320d9b27ffe2653749eb;hpb=8ee8e28f3ea0b1cbab0e792fb065475953bb0b55;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c749baaf..b5963c25 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,16 +1,17 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 22 - buildToolsVersion "22.0.1" + compileSdkVersion 23 + buildToolsVersion "23.0.2" defaultConfig { applicationId "com.stoutner.privacybrowser" - minSdkVersion 8 - targetSdkVersion 22 + 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:22.2.0' + compile 'com.android.support:appcompat-v7:23.1.1' }