R8 Configuration analyzer results and updates

ioc-workshop
Ajesh R 2 months ago
parent 6857bb71c6
commit 4d8cb2c18a
No known key found for this signature in database

@ -3,7 +3,7 @@
## Custom R8 Version Setup ## Custom R8 Version Setup
To force the Android Gradle Plugin to use a custom version of R8 (like `9.3.+`), you need to update your `settings.gradle.kts` file. To force the Android Gradle Plugin to use a custom version of R8 (like `9.3.+`), you need to update your `settings.gradle.kts` file.
Add the following `buildscript` block at the very top inside `pluginManagement`: Add the following `buildscript` block at the very top inside `pluginManagement` inside settings.gradle
```kotlin ```kotlin
pluginManagement { pluginManagement {

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

@ -3,11 +3,6 @@
-dontwarn com.example.mylibrary.StartupTask -dontwarn com.example.mylibrary.StartupTask
-dontwarn com.example.mylibrary.TaskRunner -dontwarn com.example.mylibrary.TaskRunner
-keep class * implements com.example.mylibrary.StartupTask { -keep class *{
<init>(); *;
run();
}
-keep class * {
*;
} }
Loading…
Cancel
Save