X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=9ea14bb3bf68ee4f9b17de5bf1cafd9fc0dc4941;hb=151e4550065da8e740e8e3bd414ec30ae2a18c33;hp=c8792729e54d3917b93d502aededea0e67b889b0;hpb=4f704be746c00c0a29a52c28646e6d7cf2f9c53c;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c8792729..9ea14bb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacybrowser" minSdkVersion 15 targetSdkVersion 23 - versionCode 4 - versionName "1.3" + versionCode 7 + versionName "1.6" } buildTypes { @@ -43,19 +43,17 @@ android { productFlavors { standard { applicationId "com.stoutner.privacybrowser.standard" - versionName "1.3-standard" } free { applicationId "com.stoutner.privacybrowser.free" - versionName "1.3-free" } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:design:23.3.0' - // Only compile com.google.android.gms:play-services-ads for the free version so that the standard version can build of F-Droid. + 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:8.4.0' }