增加签名,优化数据倒灌

This commit is contained in:
2026-02-27 09:53:24 +08:00
parent 8e973eb2e2
commit 67c80de5a3
15 changed files with 263 additions and 54 deletions

View File

@@ -15,10 +15,10 @@ android {
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
CrosshatchDebug {}
CrosshatchRelease {}
debug {}
release {}
}
}