最新一次版本提交

This commit is contained in:
xuhuixiang
2026-01-06 16:16:49 +08:00
parent 08d67f0fed
commit 17b41fc9bf
5966 changed files with 219734 additions and 1598 deletions

View File

@@ -17,16 +17,16 @@ android {
signingConfigs {
debug {
storeFile file('ppn.jks')
storePassword "2014123456"
storeFile file('sgplay1.jks')
storePassword "123456"
keyAlias 'key0'
keyPassword "2014123456"
keyPassword "123456"
}
release {
storeFile file('ppn.jks')
storePassword "2014123456"
storeFile file('sgplay1.jks')
storePassword "123456"
keyAlias 'key0'
keyPassword "2014123456"
keyPassword "123456"
}
}
@@ -74,5 +74,5 @@ android {
}
dependencies {
implementation project(path: ':base')
implementation project(path: ':base_no')
}