Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee36b10f authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Add ProGuard line to avoid AppCompat crash

parent 79c4e248
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ dependencies {
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'androidx.fragment:fragment-ktx:1.0.0'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
    implementation 'androidx.lifecycle:lifecycle-livedata:2.0.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0'
    implementation 'androidx.paging:paging-runtime-ktx:2.1.0'
    implementation 'androidx.preference:preference:1.0.0'
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
# Kotlin
-dontwarn kotlin.**

# https://github.com/material-components/material-components-android/issues/387
-keep class com.google.android.material.tabs.** {*;}

# Apache Commons
-dontwarn javax.script.**

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildscript {
    ext.versions = [
        kotlin: '1.3.31',
        kotlin: '1.3.41',
        dokka: '0.9.18',
        conscrypt: '2.1.0'
    ]
+2 −2
Original line number Diff line number Diff line
org.gradle.jvmargs=-Xmx1536M
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4g

android.useAndroidX=true