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:
commit
a710d30b67
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue