Merge pull request #170 from TouchInstinct/ubrir_master/crashlytics

Add "noinspection" to suppress crashlytics outdate warning in order to proceed static analysis
This commit is contained in:
Daniil Borisovskii 2020-09-25 13:43:48 +03:00 committed by GitHub
commit a710d30b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ dependencies {
implementation "androidx.fragment:fragment:$versions.fragment"
implementation "androidx.fragment:fragment-ktx:$versions.fragment"
// TODO: remove it after migration to the Firebase
//noinspection OutdatedLibrary
implementation("com.crashlytics.sdk.android:crashlytics:$versions.crashlytics@aar") {
transitive = true
}

View File

@ -28,6 +28,8 @@ dependencies {
implementation "androidx.appcompat:appcompat:$versions.appcompat"
// TODO: remove it after migration to the Firebase
//noinspection OutdatedLibrary
implementation("com.crashlytics.sdk.android:crashlytics:$versions.crashlytics@aar") {
transitive = true
}