X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=a40ad3d6c8711072b081137acf8c11956a4b1db7;hp=4223e3a8f3477e6e48762c7f66f89da41bbca86b;hb=d4f39c36beb5e6c3568a1e075274ad66defd8e8e;hpb=f825cc15f0383acce10bb16443e027edb869a11e diff --git a/app/build.gradle b/app/build.gradle index 4223e3a8..a40ad3d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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