Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Sep 21, 2024
1 parent 83d6d0b commit 5d98adf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ min-sdk = "23"
compile-sdk = "35"
target-sdk = "35"
jdk = "17"
agp = "8.6.0"
agp = "8.6.1"
kotlin = "2.0.20"
kotlinx-coroutines = "1.8.1"
kotlinx-datetime = "0.6.1"
Expand All @@ -18,18 +18,18 @@ google-firebase-analytics-ktx = "22.1.0"
google-firebase-appdistribution = "5.0.0"
google-firebase-config-ktx = "22.0.0"
google-firebase-crashlytics-plugin = "3.0.2"
google-firebase-crashlytics-ktx = "19.0.3"
google-firebase-crashlytics-ktx = "19.1.0"
google-firebase-messaging-ktx = "24.0.1"
google-play-review-ktx = "2.0.1"
google-play-app-update-ktx = "2.1.0"
huawei-services = "1.6.0.300"
androidx-appcompat = "1.7.0"
androidx-activity = "1.9.2"
androidx-autofill = "1.1.0"
androidx-benchmark = "1.3.0"
androidx-benchmark = "1.3.1"
androidx-biometric-ktx = "1.2.0-alpha05"
androidx-browser = "1.8.0"
androidx-collection = "1.4.3"
androidx-collection = "1.4.4"
androidx-compose-animation = "1.6.8" # need to update constraint-layout lib (details screen)
androidx-compose-foundation = "1.6.8" # need to update constraint-layout lib (details screen)
androidx-compose-runtime = "1.6.8" # need to update constraint-layout lib (details screen)
Expand All @@ -40,15 +40,15 @@ androidx-core-ktx = "1.13.1"
androidx-core-splashscreen = "1.0.1"
androidx-datastore = "1.1.1"
androidx-datastore-core-okio-jvm = "1.1.1"
androidx-lifecycle = "2.8.5"
androidx-lifecycle-viewmodel = "2.8.5"
androidx-lifecycle = "2.8.6"
androidx-lifecycle-viewmodel = "2.8.6"
androidx-glance = "1.1.0"
androidx-media3 = "1.4.1"
androidx-navigation = "2.8.0"
androidx-navigation = "2.8.1"
androidx-palette-ktx = "1.0.0"
androidx-paging = "3.3.2"
androidx-room = "2.7.0-alpha07"
androidx-startup = "1.1.1"
androidx-room = "2.7.0-alpha08"
androidx-startup = "1.2.0"
androidx-sqlite = "2.5.0-SNAPSHOT"
androidx-test-ext = "1.2.1"
androidx-test-uiautomator = "2.3.0"
Expand Down

0 comments on commit 5d98adf

Please sign in to comment.