X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=c72546d9238b113e79f8df8332bf9dea9b6b5da0;hp=c491207afeb895afc5c849bdb50757061ff4fbd6;hb=6de831ce03c8b9114212870715c6c722e26f5b28;hpb=7f01845e3a09f0b201d42afa37049f50dcfa7dc3 diff --git a/app/build.gradle b/app/build.gradle index c491207a..c72546d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacybrowser" minSdkVersion 19 targetSdkVersion 23 - versionCode 7 - versionName "1.6" + versionCode 11 + versionName "1.9.1" } buildTypes { @@ -54,6 +54,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:design:23.4.0' - // Only compile com.google.android.gms:play-services-ads for the free version. - freeCompile 'com.google.android.gms:play-services-ads:9.0.2' + // Only compile `com.google.android.gms:play-services-ads` for the free flavor. + freeCompile 'com.google.android.gms:play-services-ads:9.4.0' }