app: build.gradle: disable Fragment version check for now

This commit is contained in:
Peter Cai 2021-03-18 17:00:54 +08:00
parent e52f38bd03
commit 0a4b09dbdb
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ android {
disable 'MissingTranslation'
// We don't need Google App Indexing
disable 'GoogleAppIndexingWarning'
// Some dependencies still pull in Fragment 1.2.x
// Let's just ignore the error for now
// We don't really hit the broken use-cases for now
disable 'InvalidFragmentVersionForActivityResult'
}
}