File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ buildscript {
1212 mavenCentral()
1313 gradlePluginPortal()
1414 }
15+
16+ dependencies {
17+ classpath(libs.r8)
18+ }
1519}
1620
1721plugins {
Original file line number Diff line number Diff line change 11android.enableJetifier =false
2- android.enableR8.fullMode =true
2+ # keep stack traces readable
3+ android.enableR8.fullMode =false
34android.enableResourceOptimizations =false
45android.useAndroidX =true
56kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ libsu = "6.0.0"
1515performanceUnsafe = " 1.0.0-alpha01"
1616preference = " 1.2.1"
1717xposed = " 82"
18+ r8 = " 9.1.31"
1819
1920[libraries ]
2021android-desugarJdkLibs = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " androidDesugarJdkLibs" }
@@ -35,6 +36,7 @@ kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
3536kotlin-stdlib-jdk8 = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" }
3637kotlinx-coroutines-guava = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-guava" , version.ref = " kotlinxCoroutinesGuava" }
3738libsu-core = { module = " com.github.topjohnwu.libsu:core" , version.ref = " libsu" }
39+ r8 = { module = " com.android.tools:r8" , version.ref = " r8" }
3840xposed-api = { module = " de.robv.android.xposed:api" , version.ref = " xposed" }
3941
4042[plugins ]
You can’t perform that action at this time.
0 commit comments