X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=f841d45f227a0d75d6be305a6b23d2f272f4a767;hb=308e3d588ca43d02a5704a70875f54cb7e07efb8;hp=5fb35bdb8fec8d61939c2665bb6758ce46706e76;hpb=fda0da47d78471ff653a84832723a52551d32a21;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 5fb35bdb..f841d45f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { applicationId "com.stoutner.privacybrowser" @@ -11,6 +11,7 @@ android { 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.0.1' + compile 'com.android.support:appcompat-v7:23.1.1' }