File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,12 @@ android {
4343dependencies {
4444 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
4545 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
46-
46+
4747 implementation ' dev.rikka.shizuku:api:13.0.0'
4848 implementation ' dev.rikka.shizuku:provider:13.0.0'
49-
49+
5050 implementation ' androidx.annotation:annotation:1.10.0'
5151 implementation ' androidx.appcompat:appcompat:1.7.0'
52- implementation ' androidx.appcompat:appcompat:1.7.0'
5352 implementation ' androidx.fragment:fragment:1.8.5'
5453 implementation ' androidx.activity:activity:1.9.3'
5554 implementation ' androidx.core:core:1.13.1'
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 2.0.21'
2+ ext {
3+ kotlin_version = ' 2.0.21'
4+ agp_version = ' 8.13.1'
5+ }
6+
37 repositories {
48 google()
59 mavenCentral()
610 }
11+
712 dependencies {
8- classpath ' com.android.tools.build:gradle:8.13.1 '
13+ classpath " com.android.tools.build:gradle:$a gp_version "
914 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1015 }
1116}
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2048m -Dfile.encoding =UTF-8
22android.enableR8.fullMode =true
33android.enableJetifier =true
4- android.useAndroidX =true
4+ android.useAndroidX =true
Original file line number Diff line number Diff line change 1- -allowaccessmodification
2- -ignorewarnings
3- -dontnote
4- -dontwarn **
5- -optimizations !code/simplification/arithmetic
6- -optimizationpasses 5
7- -overloadaggressively
1+ -allowaccessmodification
2+ -ignorewarnings
3+ -dontnote
4+ -dontwarn **
5+ -optimizations !code/simplification/arithmetic
6+ -optimizationpasses 5
7+ -overloadaggressively
88
99-keep class com.aexon.starter.server.AexonServer { *; }
1010-keep class com.aexon.starter.server.AexonServer$* { *; }
1111-keepclassmembers class com.aexon.starter.server.AexonServer {
1212 public static void main(java.lang.String[]);
1313}
1414
15- -keep class rikka.shizuku.ShizukuProvider { *; }
16- -keep class rikka.shizuku.ShizukuProvider$* { *; }
17- -keep class moe.shizuku.api.BinderContainer { *; }
15+ -keep class rikka.shizuku.ShizukuProvider { *; }
16+ -keep class rikka.shizuku.ShizukuProvider$* { *; }
17+ -keep class moe.shizuku.api.BinderContainer { *; }
1818-keep class moe.shizuku.api.BinderContainer$* { *; }
You can’t perform that action at this time.
0 commit comments