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

This commit is contained in:
xinfengkun
2022-06-29 15:00:39 +08:00
committed by liujing
parent e6a64cca22
commit 514565126c

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 {