X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=420de25234fdaf6a11f1abd7e5ebe3220a781fb9;hp=9f0724550b812349606c354601ae1d517d83d7af;hb=606b5659cfd41c546fcbf248dcde72fd3c60d1c3;hpb=8a06558b0071fa94e2a7d1093b3118417ac5cc8f diff --git a/app/build.gradle b/app/build.gradle index 9f072455..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 @@ -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'