X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=1f926caa8fa62601b50ecf752f2e213b0c8f3031;hp=5fb35bdb8fec8d61939c2665bb6758ce46706e76;hb=828458a749772bd036f9e2747bd9f6bf9c468691;hpb=49cd002c5f46d47454534fdda3ef167290c39fc4 diff --git a/app/build.gradle b/app/build.gradle index 5fb35bdb..1f926caa 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" @@ -21,5 +21,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.0' }