X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=app%2Fbuild.gradle;h=1c50e116b6369abca7efd1354c699772c317111e;hb=f08bab53708e4b811e438c3bb803232df51ebbcc;hp=c215b003a2c7a174dca69a0ba8d334a441eab7ce;hpb=f56d4111a627bebdb7f181da062253b3e6145381;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c215b003..1c50e116 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }