使用YukiHook重构(未完成)

This commit is contained in:
LittleTurtle2333
2023-02-23 21:48:59 +08:00
commit 47549c1d9e
122 changed files with 8693 additions and 0 deletions

11
build.gradle Normal file
View File

@@ -0,0 +1,11 @@
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}
ext {
appVersionName = "1.0"
appVersionCode = 1
enableR8 = true
}