Skip to content

Commit

Permalink
Update firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
julioromano committed Aug 10, 2023
1 parent fc07d6f commit 863940a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ android {
}
lint {
warningsAsErrors = true
disable += "GradleDependency"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ android {
}
lint {
warningsAsErrors = true
disable += "GradleDependency"
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlinx-serialization = "1.5.1"
plugin-android = "8.1.0"
plugin-dependencyUpdates = "0.47.0"
plugin-google-firebase-appDistribution = "4.0.0"
plugin-google-firebase-crashlytics = "2.9.7"
plugin-google-firebase-crashlytics = "2.9.8"
plugin-google-ksp = "1.9.0-1.0.13"
plugin-google-services = "4.3.15"
plugin-kotlinter = "3.15.0"
Expand Down Expand Up @@ -117,7 +117,7 @@ google-accompanistPermissions = { module = "com.google.accompanist:accompanist-p
google-accompanistPlaceholderMaterial = { module = "com.google.accompanist:accompanist-placeholder-material", version.ref = "google-accompanist" }
google-accompanistSystemUi = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "google-accompanist" }
google-firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
google-firebase-bom = "com.google.firebase:firebase-bom:32.2.0"
google-firebase-bom = "com.google.firebase:firebase-bom:32.2.2"
google-firebase-config = { module = "com.google.firebase:firebase-config-ktx" }
google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
google-firebase-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }
Expand Down

0 comments on commit 863940a

Please sign in to comment.