Skip to content

Commit

Permalink
Molecule 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Apr 10, 2024
1 parent 441d0d1 commit 248db2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ compileSdk = "34"
kotlin = "1.9.23"
agp = "8.3.2" # https://maven.google.com/web/index.html?q=gradle.plugin#com.android.library:com.android.library.gradle.plugin
compose-multiplatform = "1.6.2" # https://github.com/JetBrains/compose-multiplatform/releases
androidx-compose-runtime = "1.6.4" # https://developer.android.com/jetpack/androidx/releases/compose
androidx-compose-ui = "1.6.4" # https://developer.android.com/jetpack/androidx/releases/compose/ui
androidx-compose-runtime = "1.6.4" # https://developer.android.com/jetpack/androidx/releases/compose-runtime
androidx-compose-ui = "1.6.4" # https://developer.android.com/jetpack/androidx/releases/compose-ui
androidx-compose-ui-material3 = "1.2.1" # https://developer.android.com/jetpack/androidx/releases/compose-material3
androidx-annotation = "1.7.1"
androidx-compose-compiler = "1.5.11"
Expand All @@ -27,7 +27,7 @@ coil = "2.5.0"
glide = "4.15.1"
turbine = "1.1.0" # https://github.com/cashapp/turbine/releases/
paparazzi = "1.3.2" # https://github.com/cashapp/paparazzi/releases
molecule = "1.4.1" # https://github.com/cashapp/molecule/releases
molecule = "1.4.2" # https://github.com/cashapp/molecule/releases
leakcanary = "3.0-alpha-1" # https://square.github.io/leakcanary/changelog/
kotlinx-coroutines = "1.8.0" # https://github.com/kotlin/kotlinx.coroutines/releases
mavenPublish = "0.27.0"
Expand Down

0 comments on commit 248db2c

Please sign in to comment.