Skip to content

Commit

Permalink
Merge pull request #61 from taehwandev/new-alpha
Browse files Browse the repository at this point in the history
Release-alpah04
  • Loading branch information
taehwandev committed Mar 14, 2024
2 parents be6f09a + c92f92e commit 93c9777
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 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-alpha03
## Download alpha - compose 1.7.0-alpha04

require android 14(target 34, compile 34)

Use gradle - compose 1.7.0-alpha03, compose compiler 1.5.10, kotlin 1.9.22
Use gradle - compose 1.7.0-alpha04, compose compiler 1.5.10, kotlin 1.9.22

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

## Download Stable - compose 1.6.3
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-alpha04

- Base - compose last alpha
- compose 1.7.0-alpha04
- compose compiler 1.5.10
- kotlin 1.9.22
- require android compiler 34

## 1.6.3

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

## Compose
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.6.3"
compose = "1.7.0-alpha04"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.5.10"

# https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-material3 = "1.2.0"
compose-material3 = "1.2.1"

## Google
# https://github.com/material-components/material-components-android/releases
Expand Down

0 comments on commit 93c9777

Please sign in to comment.