Use R8 full mode (#1397)

* Use R8 full mode

* Add dav4jvm dependency (which includes an XmlPullParser) for testing
This commit is contained in:
Ricki Hirner
2025-04-20 12:53:17 +02:00
committed by GitHub
parent a0acd4e929
commit 1f02f3cc27
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ org.gradle.parallel=true
# Android
android.useAndroidX=true
android.enableR8.fullMode=false
# It's recommended to add these settings to your $GRADLE_USER_HOME/gradle.properties: