Skip to content

Commit

Permalink
Update Compose compiler to 1.4.0 with Kotlin 1.8.0 and Compose BOM 20…
Browse files Browse the repository at this point in the history
…23.01.00
  • Loading branch information
sebaslogen committed Jan 27, 2023
1 parent 3d5c8aa commit 03efe7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ versions.compileSdk = 33
versions.minSdk = 21
versions.targetSdk = 32
versions.buildTools = "30.0.3"
versions.kotlin = "1.7.20"
versions.kotlin = "1.8.0"
versions.kotlinxCoroutines = "1.6.4"
versions.coreKtx = '1.9.0'
versions.navigation = "2.5.3"
versions.junit = "4.13.2"
versions.robolectric = "4.9"

// Compose
versions.composeCompiler = "1.3.2"
versions.composeBOM = "2022.12.00"
versions.composeCompiler = '1.4.0'
versions.composeBOM = "2023.01.00"
// Compose integration with Activities
versions.activityCompose = "1.6.1"
// Compose integration with ViewModels
Expand Down

0 comments on commit 03efe7c

Please sign in to comment.