]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Redesign file access to work with the scoped storage. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / build.gradle
index 4223e3a8f3477e6e48762c7f66f89da41bbca86b..a40ad3d6c8711072b081137acf8c11956a4b1db7 100644 (file)
@@ -21,12 +21,11 @@ apply plugin: 'com.android.application'
 apply plugin: 'kotlin-android'
 
 android {
-    compileSdkVersion 29
-    buildToolsVersion '29.0.2'
+    compileSdkVersion 30
 
     defaultConfig {
         minSdkVersion 19
-        targetSdkVersion 29
+        targetSdkVersion 30
         versionCode 53
         versionName "3.6.1"
 
@@ -95,5 +94,5 @@ dependencies {
     implementation 'com.google.android.material:material:1.3.0'
 
     // Only compile AdMob ads for the free flavor.
-    freeImplementation 'com.google.android.gms:play-services-ads:19.7.0'
+    freeImplementation 'com.google.android.gms:play-services-ads:19.8.0'
 }
\ No newline at end of file