mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-06 09:42:28 +00:00
增加 free camera,支持配置修改,增加图标
This commit is contained in:
@@ -66,6 +66,9 @@ android {
|
||||
pickFirst '**/libxdl.so'
|
||||
pickFirst '**/libshadowhook.so'
|
||||
}
|
||||
dataBinding {
|
||||
enable true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -78,6 +81,9 @@ dependencies {
|
||||
implementation 'androidx.compose.ui:ui-graphics'
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
implementation 'androidx.compose.material3:material3'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||
@@ -89,4 +95,6 @@ dependencies {
|
||||
implementation 'io.github.hexhacking:xdl:2.1.1'
|
||||
implementation 'com.bytedance.android:shadowhook:1.0.9'
|
||||
compileOnly 'de.robv.android.xposed:api:82'
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:1.9.0"
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
}
|
||||
Reference in New Issue
Block a user