diff --git a/R8_Configuration_Analyzer_steps.md b/R8_Configuration_Analyzer_steps.md index e175285ed..2b0bfaa58 100644 --- a/R8_Configuration_Analyzer_steps.md +++ b/R8_Configuration_Analyzer_steps.md @@ -3,7 +3,7 @@ ## 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. -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 pluginManagement { diff --git a/feature/interests/impl/src/main/res/drawable-nodpi/feature_interests_impl_large_image.jpg b/feature/interests/impl/src/main/res/drawable-nodpi/feature_interests_impl_large_image.jpg new file mode 100644 index 000000000..75666724a Binary files /dev/null and b/feature/interests/impl/src/main/res/drawable-nodpi/feature_interests_impl_large_image.jpg differ diff --git a/mylibrary/consumer-rules.pro b/mylibrary/consumer-rules.pro index 8f2ca3235..7296f3244 100644 --- a/mylibrary/consumer-rules.pro +++ b/mylibrary/consumer-rules.pro @@ -3,11 +3,6 @@ -dontwarn com.example.mylibrary.StartupTask -dontwarn com.example.mylibrary.TaskRunner --keep class * implements com.example.mylibrary.StartupTask { - (); - run(); -} - --keep class * { - *; +-keep class *{ + *; } \ No newline at end of file diff --git a/tmp/r8analysis/before_optimization.html b/tmp/r8analysis/step_1.html similarity index 100% rename from tmp/r8analysis/before_optimization.html rename to tmp/r8analysis/step_1.html diff --git a/tmp/r8analysis/after_optimization.html b/tmp/r8analysis/step_2.html similarity index 100% rename from tmp/r8analysis/after_optimization.html rename to tmp/r8analysis/step_2.html