]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Fix View Source crashing on release builds. https://redmine.stoutner.com/issues/642
[PrivacyBrowserAndroid.git] / app / build.gradle
index 9f0724550b812349606c354601ae1d517d83d7af..420de25234fdaf6a11f1abd7e5ebe3220a781fb9 100644 (file)
@@ -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'