修改版本升级,

This commit is contained in:
wds
2021-08-09 14:29:17 +08:00
parent 834fce7065
commit 4de8757925
7 changed files with 391 additions and 15 deletions

View File

@@ -14,6 +14,12 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
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
}
buildTypes {
release {
@@ -125,5 +131,4 @@ dependencies {
implementation 'com.googlecode.mp4parser:isoparser:1.1.21'
// Android常用库 https://github.com/l123456789jy/Lazy
implementation 'com.github.lazylibrary:lazylibrary:1.0.2'
}