Merge remote-tracking branch 'origin/ioc-workshop' into ioc-workshop

ioc-workshop
raystatic 2 days ago
commit 5e488ac5a4
No known key found for this signature in database

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

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