X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=be417985cde3e36889e037391f7531a98d53df3d;hb=91154b307513e7bc6958b27fba518e4f9b564cf9;hp=9f0724550b812349606c354601ae1d517d83d7af;hpb=8a06558b0071fa94e2a7d1093b3118417ac5cc8f;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 9f072455..be417985 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,7 +19,6 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 29 @@ -28,8 +27,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 29 - versionCode 52 - versionName "3.6" + versionCode 53 + versionName "3.6.1" // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true @@ -44,7 +43,7 @@ android { release { minifyEnabled true shrinkResources true - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } @@ -87,14 +86,14 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' - implementation 'androidx.webkit:webkit:1.3.0' + implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.21" // Include the Google material library. implementation 'com.google.android.material:material:1.2.1' - // Only compile Firebase ads for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:19.5.0' + // Only compile AdMob ads for the free flavor. + freeImplementation 'com.google.android.gms:play-services-ads:19.6.0' } \ No newline at end of file