X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=8735b5610fa5b9523ec346cb77096a2ddcd8e7d8;hb=78e6b0e9a553e3bf800e4c69535c46fb63bef017;hp=e54b4408a4bc5341f510c130809268faa167c010;hpb=39380e8e8bdb3b9e29569a263277c9c3112b44ac;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index e54b4408..8735b561 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 51 - versionName "3.5.1" + 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' } } @@ -90,7 +89,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.3.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.20" // Include the Google material library. implementation 'com.google.android.material:material:1.2.1'