Skip to content

Commit

Permalink
Merge pull request #68 from taehwandev/1.7.0-alpha08
Browse files Browse the repository at this point in the history
1.7.0 alpha08
  • Loading branch information
taehwandev committed May 2, 2024
2 parents 06e7051 + a51c5cb commit 692bcdb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Android Compose extension.
- Keyboard show/hide extensions.
- Android System UI Controller

## Download alpha - compose 1.7.0-alpha06
## Download alpha - compose 1.7.0-alpha08

require android 14(target 34, compile 34)

Use gradle - compose 1.7.0-alpha06, compose compiler 1.5.11, kotlin 1.9.23
Use gradle - compose 1.7.0-alpha08, compose compiler 1.5.13, kotlin 1.9.23

```kotlin
implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha06")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha06")
implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha08")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha08")
```

## Download Stable - compose 1.6.7
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.7.0-alpha08

- Base - compose last alpha
- compose 1.7.0-alpha08
- compose compiler 1.5.13
- kotlin 1.9.23
- require android compiler 34

## 1.6.7

- Base - compose last
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ androidx-lifecycleVersion = "2.7.0"

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

Expand Down

0 comments on commit 692bcdb

Please sign in to comment.