version:3.5

fix:
update:优化退出,增加闹钟
This commit is contained in:
2023-05-29 10:21:55 +08:00
parent 2a0fa9f4dc
commit 3e440de562
124 changed files with 6897 additions and 1266 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiuios.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 23
versionName "3.2"
versionCode 26
versionName "3.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -83,6 +83,15 @@ android {
v1SigningEnabled true
v2SigningEnabled true
}
G10P{
storeFile file("keystore/G10PMTK11.jks")
storePassword "123456"
keyAlias "G10PMTK11"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
}
buildTypes {
@@ -98,6 +107,18 @@ android {
signingConfig signingConfigs.MTK8183
}
G10PDebug.initWith(debug)
G10PDebug {
versionNameSuffix "-debug"
debuggable true
signingConfig signingConfigs.G10P
}
G10PRelease.initWith(release)
G10PRelease {
signingConfig signingConfigs.G10P
}
zhanRuiRelease.initWith(release)
zhanRuiRelease {
signingConfig signingConfigs.zhanRui
@@ -228,7 +249,12 @@ dependencies {
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.16'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.16'
//图片选择
implementation 'io.github.lucksiege:pictureselector:v3.10.8'
implementation 'io.github.lucksiege:pictureselector:v3.11.1'
// implementation 'io.github.lucksiege:pictureselector:v2.5.8'
//验证码输入
// implementation 'com.jacktuotuo.customview:verificationcodeview:1.0.5'
implementation 'com.contrarywind:Android-PickerView:4.1.9'
implementation 'com.github.ForgetAll:LoadingDialog:v1.1.2'
}
preBuild {