Добавил lint { checkReleaseBuilds = false; abortOnError = false } в build.gradle.kts
Some checks failed
Android Kernel Build / build (push) Failing after 6m30s
Some checks failed
Android Kernel Build / build (push) Failing after 6m30s
This commit is contained in:
@@ -84,6 +84,10 @@ android {
|
|||||||
resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" }
|
resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" }
|
||||||
jniLibs { useLegacyPackaging = true }
|
jniLibs { useLegacyPackaging = true }
|
||||||
}
|
}
|
||||||
|
lint {
|
||||||
|
checkReleaseBuilds = false
|
||||||
|
abortOnError = false
|
||||||
|
}
|
||||||
|
|
||||||
applicationVariants.all {
|
applicationVariants.all {
|
||||||
outputs.all {
|
outputs.all {
|
||||||
|
|||||||
Reference in New Issue
Block a user