Skip to content

Commit

Permalink
Merge pull request EventFahrplan#674 from EventFahrplan/project-updates
Browse files Browse the repository at this point in the history
Update project setup (Compose UI 2024.09.02, AGP 8.6.1, threetenbp 1.7.0, coroutines 1.9.0).
  • Loading branch information
johnjohndoe authored Sep 18, 2024
2 parents 75b20c8 + 5f3f9a4 commit 7a97b47
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Android {
object Compose {

private object Versions {
const val bom = "2024.09.00"
const val bom = "2024.09.02"
}

const val bom = "androidx.compose:compose-bom:${Versions.bom}"
Expand All @@ -31,7 +31,7 @@ object Compose {
object Plugins {

private object Versions {
const val android = "8.6.0"
const val android = "8.6.1"
const val dexcount = "4.0.0"
const val kotlin = "2.0.20"
const val ksp = "2.0.20-1.0.25"
Expand Down Expand Up @@ -63,7 +63,7 @@ object Libs {
const val emailIntentBuilder = "2.0.0"
const val engelsystem = "9.1.0"
const val junitJupiter = "5.11.0"
const val kotlinCoroutines = "1.8.1"
const val kotlinCoroutines = "1.9.0"
const val lifecycle = "2.8.5"
const val markwon = "4.6.2"
const val material = "1.12.0"
Expand All @@ -75,7 +75,7 @@ object Libs {
const val retrofit = "2.11.0"
const val robolectric = "4.3_r2-robolectric-0"
const val snackengage = "0.30"
const val threeTenBp = "1.6.9"
const val threeTenBp = "1.7.0"
const val tracedroid = "3.1"
const val truth = "1.4.4"
const val turbine = "1.1.0"
Expand Down

0 comments on commit 7a97b47

Please sign in to comment.