X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=app%2Fbuild.gradle;h=2dff0f45afda2f962a7c8c2dcb83bf89ed645e8f;hb=f3b9172adedd74f705ddc0beac80798ae84f2920;hp=4223e3a8f3477e6e48762c7f66f89da41bbca86b;hpb=0e0e9f5c67bdc06877cbd19254fef6fc6cb69f2d;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 4223e3a8..2dff0f45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,14 +21,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 29 - buildToolsVersion '29.0.2' + compileSdkVersion 30 defaultConfig { minSdkVersion 19 - targetSdkVersion 29 - versionCode 53 - versionName "3.6.1" + targetSdkVersion 30 + versionCode 54 + versionName "3.7" // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true @@ -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