X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=23b828a6c84e8fff009fd9e726760d83bfeb749f;hb=7be94bb0402710b112f269a07674a2f19150b54c;hp=c215b003a2c7a174dca69a0ba8d334a441eab7ce;hpb=cdbd0fea022e075e46906307cbf889cac5325dd5;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c215b003..23b828a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,10 +24,10 @@ android { } compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.3" defaultConfig { applicationId "com.stoutner.privacybrowser" - minSdkVersion 10 + minSdkVersion 15 targetSdkVersion 23 versionCode 2 versionName "1.1" @@ -55,9 +55,9 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.2.0' - compile 'com.android.support:design:23.2.0' - compile 'com.android.support:support-v4:23.2.0' + compile 'com.android.support:appcompat-v7:23.2.1' + compile 'com.android.support:design:23.2.1' + compile 'com.android.support:support-v4:23.2.1' // Only compile com.google.android.gms:play-services-ads for the free version so that the standard version can build of F-Droid. freeCompile 'com.google.android.gms:play-services-ads:8.4.0' }