Skip to content

Commit

Permalink
Update Dependencies.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener authored Nov 9, 2023
1 parent 03cac88 commit 4a3c048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object Dependencies {
}

object Android {
const val composeCompilerExtension = "1.5.3"
const val composeCompilerExtension = "1.5.3" // See mapping with Kotlin version here: https://developer.android.com/jetpack/androidx/releases/compose-kotlin
const val compose = "1.6.0-alpha08"
const val activityCompose = "1.8.0"
const val navigationCompose = "2.7.4"
Expand Down

0 comments on commit 4a3c048

Please sign in to comment.