Skip to content

Commit

Permalink
Compose UI 1.6.0 and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 6, 2024
1 parent 0422aa1 commit 494f93e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```groovy
implementation "me.saket.squigglyslider:squigglyslider:1.0.0"
implementation "androidx.compose.material3:material3:1.2.0-beta01"
implementation "androidx.compose.material3:material3:1.2.x" // https://developer.android.com/jetpack/androidx/releases/compose-material3
```

```diff
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
minSdk = "21"
compileSdk = "34"
kotlin = "1.9.20"
kotlin = "1.9.22"
agp = "8.1.4"
compose-ui = "1.6.0-beta03" # https://developer.android.com/jetpack/androidx/releases/compose-ui
compose-compiler = "1.5.4" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
compose-material3 = "1.2.0-beta01" # https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-ui = "1.6.0" # https://developer.android.com/jetpack/androidx/releases/compose-ui
compose-compiler = "1.5.8" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
compose-material3 = "1.2.0-rc01" # https://developer.android.com/jetpack/androidx/releases/compose-material3
androidx-appcompat = "1.6.1"
androidx-activity = "1.8.2" # https://developer.android.com/jetpack/androidx/releases/activity
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"
poko = "0.15.1" # https://github.com/drewhamilton/poko/releases
poko = "0.15.2" # https://github.com/drewhamilton/poko/releases
blurhash = "0.2.0" # https://github.com/vanniktech/blurhash/releases

[plugins]
Expand Down

0 comments on commit 494f93e

Please sign in to comment.