相机修复 + 拍照页服装解锁 + SP 标记,版本号 v3.4.1

This commit is contained in:
chihya72
2026-08-06 18:10:22 +08:00
parent 3c5c9ac9dd
commit 047b584677
3 changed files with 653 additions and 54 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ android {
minSdk 29
targetSdk 34
versionCode 12
versionName "v3.4.0"
versionName "v3.4.1"
buildConfigField "String", "VERSION_NAME", "\"${versionName}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -132,4 +132,4 @@ dependencies {
implementation(libs.shadowhook)
compileOnly(libs.xposed.api)
implementation(libs.kotlinx.serialization.json)
}
}