Skip to content

Commit

Permalink
Merge pull request #7 from GetStream/update/dpes
Browse files Browse the repository at this point in the history
Update Kotlin 2.0.0 and bump dependencies
  • Loading branch information
skydoves authored Jun 19, 2024
2 parents 6997e76 + f318344 commit e13296a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
agp = "8.2.2"
agp = "8.4.0"
dokka = "1.9.10"
kotlin = "1.9.22"
kotlin = "2.0.0"
kotlinBinaryCompatibility = "0.14.0"
jvmTarget = "11"
nexusPlugin = "0.26.0"
androidxMaterial = "1.11.0"
androidxAppcompat = "1.6.1"
androidxFragment = "1.6.2"
androidxLifecycle = "2.7.0"
androidxAnnotation = "1.7.1"
androidxMacroBenchmark = "1.2.3"
androidxMaterial = "1.12.0"
androidxAppcompat = "1.7.0"
androidxFragment = "1.8.0"
androidxLifecycle = "2.8.2"
androidxAnnotation = "1.8.0"
androidxMacroBenchmark = "1.2.4"
androidxTest = "1.5.2"
baselineProfiles = "1.3.1"
uiAutomator = "2.3.0-rc01"
uiAutomator = "2.3.0"
glide = "4.16.0"
coil = "2.5.0"
coil = "2.6.0"
spotless = "6.21.0"

[plugins]
Expand Down

0 comments on commit e13296a

Please sign in to comment.