Tools: Fixed Android build

pull/5829/head
Laurent Cozic 2021-12-01 11:09:16 +00:00
parent 6bbf053a4f
commit 6361ae3736
2 changed files with 17 additions and 0 deletions

View File

@ -215,6 +215,16 @@ android {
}
}
// To fix this error:
//
// > Execution failed for task ':app:lintVitalRelease'
//
// https://stackoverflow.com/a/62603296/561309
lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
}
}
dependencies {

View File

@ -27,3 +27,10 @@ android.enableJetifier=true
# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.99.0
# To fix this error:
#
# > Failed to transform bcprov-jdk15on-1.68.jar
#
# https://github.com/robolectric/robolectric/issues/6521
android.jetifier.ignorelist=bcprov