version:1.7.5

fix:
update:增加使用手册二级页面
This commit is contained in:
2024-03-12 17:03:23 +08:00
parent 0cfb4b93b4
commit 96ef02020a
27 changed files with 835 additions and 44 deletions

View File

@@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 66
versionName "1.7.4"
versionCode 67
versionName "1.7.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@@ -29,6 +29,10 @@ android {
}
}
dataBinding {
enabled true
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,