Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
- Update ktor to 2.3.5
- Update kord o 0.11.0
- Update compose to 1.5.3
- Update androidx-activity-compose to 1.8.3
- Update material to 1.10.0
  • Loading branch information
DRSchlaubi committed Oct 6, 2023
1 parent b9b8670 commit 141fbe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.28"
version = "1.14.29"

repositories {
mavenCentral()
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "1.9.10"
ktor = "2.3.4"
ktor = "2.3.5"
kmongo = "4.10.0"
kord = "0.10.0"
kord = "0.11.0"
mikbot = "3.23.5"
ksp = "1.9.10-1.0.13"
kordex = "1.5.8-SNAPSHOT"
android = "8.1.1"
compose = "1.5.2"
compose = "1.5.3"
lyricist = "1.4.2"
google-play = "2.1.0"
coroutines = "1.7.3"
Expand Down Expand Up @@ -51,11 +51,11 @@ logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.4.1

kvault = { group = "com.liftric", name = "kvault", version = "1.10.0" }

androidx-activity = { group = "androidx.activity", name = "activity-compose", version = "1.7.2" }
androidx-activity = { group = "androidx.activity", name = "activity-compose", version = "1.8.0" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.6.1" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.12.0" }
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.6.0" }
mdc-android = { group = "com.google.android.material", name = "material", version = "1.9.0" }
mdc-android = { group = "com.google.android.material", name = "material", version = "1.10.0" }
google-play = { group = "com.google.android.play", name = "app-update", version.ref = "google-play" }
google-play-ktx = { group = "com.google.android.play", name = "app-update-ktx", version.ref = "google-play" }

Expand Down

0 comments on commit 141fbe9

Please sign in to comment.