version:6.4.6

fix:
update:增加护眼模式,增加静默拍照,增加时间管控和专注模式
This commit is contained in:
2023-09-28 15:01:45 +08:00
parent 183cde2afb
commit 6de0c1f016
30 changed files with 2049 additions and 32 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 84
versionName "6.4.4"
versionCode 86
versionName "6.4.6"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -436,6 +436,7 @@ dependencies {
// // kotlin扩展可选
// implementation 'com.gyf.immersionbar:immersionbar-ktx:3.0.0'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
implementation 'com.facebook.rebound:rebound:0.3.8'
}
preBuild {