优化设置页面到水枪设置的操作密码传值,关闭lint这个检查
This commit is contained in:
@@ -36,6 +36,11 @@ android {
|
||||
buildFeatures {
|
||||
viewBinding=true
|
||||
}
|
||||
lint {
|
||||
disable += "ExpiredTargetSdkVersion"
|
||||
checkReleaseBuilds = false
|
||||
abortOnError = false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user