Skip to content

Commit

Permalink
Compose 1.5.8 and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 1, 2024
1 parent b36f81c commit 95c7fa5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
minSdk = "21"
compileSdk = "34"
kotlin = "1.9.10"
agp = "8.1.0"
androidx-compose-ui = "1.5.1" # https://developer.android.com/jetpack/androidx/releases/compose-ui
androidx-compose-ui-material3 = "1.1.1"
androidx-compose-compiler = "1.5.3" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
compose-multiplatform = "1.5.1" # https://github.com/JetBrains/compose-multiplatform/releases
kotlin = "1.9.22"
agp = "8.1.4"
androidx-compose-ui = "1.6.0" # https://developer.android.com/jetpack/androidx/releases/compose-ui
androidx-compose-ui-material3 = "1.1.2"
androidx-compose-compiler = "1.5.8" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
compose-multiplatform = "1.5.12" # https://github.com/JetBrains/compose-multiplatform/releases
androidx-appcompat = "1.6.1"
androidx-activity = "1.7.2" # https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity = "1.8.2" # https://developer.android.com/jetpack/androidx/releases/activity
androidx-savedstate = "1.2.1" # https://developer.android.com/jetpack/androidx/releases/savedstate
androidx-lifecycle = "2.6.2" # https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-lifecycle = "2.7.0" # https://developer.android.com/jetpack/androidx/releases/lifecycle
accompanist = "0.32.0" # https://github.com/google/accompanist/releases
paparazzi = "1.3.1" # https://github.com/cashapp/paparazzi/releases
mavenPublish = "0.25.3" # https://github.com/vanniktech/gradle-maven-publish-plugin/releases
dokka = "1.9.0" # https://github.com/kotlin/dokka/releases
mavenPublish = "0.27.0" # https://github.com/vanniktech/gradle-maven-publish-plugin/releases
dokka = "1.9.10" # https://github.com/kotlin/dokka/releases
junit = "4.13.2"

[plugins]
Expand All @@ -39,5 +39,4 @@ androidx-savedstate = { module = "androidx.savedstate:savedstate", version.ref =
androidx-lifecycle = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle"}

accompanist-systemUi = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }

junit = { module = "junit:junit", version.ref = "junit" }

0 comments on commit 95c7fa5

Please sign in to comment.