Skip to content

Commit 337c82a

Browse files
authored
Merge pull request #95 from odaridavid/create-pull-request/patch
2 parents 04eab19 + 568ea1c commit 337c82a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030

3131
versionCatalogUpdate {
3232
pin {
33-
versions.addAll("kotlin-android", "kotlin-serialization", "kotlin")
33+
versions.addAll("kotlin-android", "kotlin-serialization", "kotlin", "crashlytics-plugin")
3434
}
3535
}
3636

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ coroutines = "1.8.0"
1717
coroutines-test = "1.8.0"
1818
crashlytics-plugin = "2.9.9"
1919
datastore = "1.1.1"
20-
firebase-bom = "32.8.1"
20+
firebase-bom = "33.0.0"
2121
firebase-perf = "1.4.2"
2222
hilt = "2.51.1"
2323
hilt-nav-compose = "1.2.0"

0 commit comments

Comments
 (0)