version:1.7.4

date:2021-10-11 18:27:04
fix:修复禁止升级功能失效,修复重复下载,修复时钟管控失效,设备信息的激活时间修复
add:
This commit is contained in:
2021-10-11 18:27:32 +08:00
parent e41becbdb0
commit e1c6d69428
11 changed files with 100 additions and 51 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.info.sn"
minSdkVersion 24
targetSdkVersion 29
versionCode 73
versionName "1.7.3"
versionCode 74
versionName "1.7.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
@@ -220,7 +220,8 @@ dependencies {
// If you are using Kotlin, replace annotationProcessor with kapt.
// annotationProcessor rootProject.ext.dependencies["butterknife-compiler"]
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
//沉浸状态栏
implementation 'com.gitee.zackratos:UltimateBarX:0.7.1'
}
preBuild {