[change] 修改测试程序打包异常

This commit is contained in:
xinfengkun
2022-06-29 15:00:39 +08:00
parent 7cd8502b6b
commit 55ef856847

View File

@@ -56,6 +56,12 @@ android {
}
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
dependencies {