]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Bump minSdkVersion to 19 due to WebView security problems for API <=18.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 9ea14bb3bf68ee4f9b17de5bf1cafd9fc0dc4941..c491207afeb895afc5c849bdb50757061ff4fbd6 100644 (file)
@@ -27,7 +27,7 @@ android {
     buildToolsVersion "23.0.3"
     defaultConfig {
         applicationId "com.stoutner.privacybrowser"
-        minSdkVersion 15
+        minSdkVersion 19
         targetSdkVersion 23
         versionCode 7
         versionName "1.6"
@@ -55,5 +55,5 @@ 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:8.4.0'
+    freeCompile 'com.google.android.gms:play-services-ads:9.0.2'
 }