Skip to content

Commit

Permalink
Merge pull request #67 from taehwandev/1.6.7
Browse files Browse the repository at this point in the history
1.6.7
  • Loading branch information
taehwandev committed May 2, 2024
2 parents f459dec + e957581 commit 06e7051
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha06")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha06")
```

## Download Stable - compose 1.6.5
## Download Stable - compose 1.6.7

Use gradle - compose 1.6.5, compose compiler 1.5.11, kotlin 1.9.23
Use gradle - compose 1.6.7, compose compiler 1.5.13, kotlin 1.9.23

```kotlin
implementation("tech.thdev:extensions-compose-keyboard-state:1.6.5")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.6.5")
implementation("tech.thdev:extensions-compose-keyboard-state:1.6.7")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.6.7")
```

Release version are available in [Sonatyp's repository.](https://search.maven.org/search?q=tech.thdev)
Expand Down
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.7

- Base - compose last
- compose 1.6.7
- compose compiler 1.5.13
- kotlin 1.9.23
- require android compiler 34

## 1.7.0-alpha06

- Base - compose last alpha
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ androidx-lifecycleVersion = "2.7.0"

## Compose
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.7.0-alpha06"
compose = "1.6.7"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.5.11"
compose-compilerVersion = "1.5.13"

# https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-material3 = "1.2.1"
Expand Down Expand Up @@ -125,4 +125,4 @@ plugin-androidGradlePlugin = { module = "com.android.tools.build:gradle", versio
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" }
androidApp = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 comments on commit 06e7051

Please sign in to comment.