X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=420de25234fdaf6a11f1abd7e5ebe3220a781fb9;hb=606b5659cfd41c546fcbf248dcde72fd3c60d1c3;hp=e54b4408a4bc5341f510c130809268faa167c010;hpb=39380e8e8bdb3b9e29569a263277c9c3112b44ac;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index e54b4408..420de252 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 52 + versionName "3.6" // `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'