diff --git a/app/build.gradle b/app/build.gradle index 4bd235691..8e3e4e038 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -249,7 +249,7 @@ android { disable 'MissingTranslation' // to make CI fail on errors until this is fixed https://github.com/rtyley/spongycastle/issues/7 - warning 'InvalidPackage' + warning 'InvalidPackage', 'ImpliedQuantity' error 'AppCompatMethod', 'NestedScrolling', 'StringFormatCount', 'UnsafeProtectedBroadcastReceiver' }