Skip to content

Commit

Permalink
dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odaridavid committed May 12, 2024
1 parent 91e447b commit 568ea1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {

versionCatalogUpdate {
pin {
versions.addAll("kotlin-android", "kotlin-serialization", "kotlin")
versions.addAll("kotlin-android", "kotlin-serialization", "kotlin", "crashlytics-plugin")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ core-ktx = "1.5.0"
core-ktx-version = "1.13.1"
coroutines = "1.8.0"
coroutines-test = "1.8.0"
crashlytics-plugin = "3.0.0"
crashlytics-plugin = "2.9.9"
datastore = "1.1.1"
firebase-bom = "33.0.0"
firebase-perf = "1.4.2"
Expand Down
Binary file not shown.

0 comments on commit 568ea1c

Please sign in to comment.