Skip to content

Commit

Permalink
Merge pull request #79 from mirzemehdi/bump_dependencies
Browse files Browse the repository at this point in the history
Bump dependencies: Kotlin 2.0.20, Koin: 4.0.0
  • Loading branch information
mirzemehdi authored Sep 30, 2024
2 parents 8b53829 + 907abfd commit d8eb2fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
compose = "1.6.8"
compose = "1.7.2"
compose-plugin = "1.6.11"
agp = "8.2.2"
android-minSdk = "21"
android-compileSdk = "34"
android-targetSdk = "34"
androidx-activityCompose = "1.9.1"
androidx-activityCompose = "1.9.2"
androidx-core-ktx = "1.13.1"
androidx-appcompat = "1.7.0"
androidx-material = "1.12.0"
androidx-constraintlayout = "2.1.4"
androidx-test-junit = "1.2.1"
androidx-espresso-core = "3.6.1"
androidx-startup-runtime = "1.1.1"
kotlin = "2.0.0"
androidx-startup-runtime = "1.2.0"
kotlin = "2.0.20"
junit = "4.13.2"
koin = "4.0.0-RC1"
koin = "4.0.0"
kotlinx-binary-validator = "0.13.2"
dokka = "1.9.10"
firebase-messaging = "24.0.0"
kotlinx-coroutine = "1.9.0-RC"
firebase-messaging = "24.0.1"
kotlinx-coroutine = "1.9.0-RC.2"
nexusPublish = "2.0.0"


Expand Down

0 comments on commit d8eb2fe

Please sign in to comment.