• 1000
URL-адрес распространения в gradle-wrapper.properties равен 5.6.4
Я обновил его, добавив следующее в gradle.properties
android.useAndroidX=true
android.enableJetifier=true
Я уже пробовал включить следующее в proguard все классы androidX, которые я использовал напрямую
-keep class androidx.core.** { *; }
-keep interface androidx.core.** { *; }
-keep class androidx.annotation.** { *; }
-keep interface androidx.annotation.** { *; }
-keep class androidx.fragment.** { *; }
-keep interface androidx.fragment.** { *; }
-keep class androidx.appcompat.** { *; }
-keep interface androidx.appcompat.** { *; }
-keep class androidx.core.** { *; }
-keep interface androidx.core.** { *; }
-keep class androidx.recyclerview.** { *; }
-keep interface androidx.recyclerview.** { *; }
-keep class androidx.drawerlayout.** { *; }
-keep interface androidx.drawerlayout.** { *; }
-keep class androidx.loader.** { *; }
-keep interface androidx.loader.** { *; }
РЕДАКТИРОВАТЬ: Я добавил это в свой файл proguard
-keep class * { public private *; }
Но я все еще вижу ошибку