Skip to content

Commit

Permalink
Merge pull request #66 from taehwandev/alpha
Browse files Browse the repository at this point in the history
alpha 06
  • Loading branch information
taehwandev committed Apr 4, 2024
2 parents e855cb7 + f7c006c commit f459dec
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-alpha05
## Download alpha - compose 1.7.0-alpha06

require android 14(target 34, compile 34)

Use gradle - compose 1.7.0-alpha05, compose compiler 1.5.11, kotlin 1.9.23
Use gradle - compose 1.7.0-alpha06, compose compiler 1.5.11, kotlin 1.9.23

```kotlin
implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha05")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha05")
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
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-alpha06

- Base - compose last alpha
- compose 1.7.0-alpha06
- compose compiler 1.5.11
- kotlin 1.9.23
- require android compiler 34

## 1.6.5

- 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,7 +38,7 @@ androidx-lifecycleVersion = "2.7.0"

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

Expand All @@ -55,7 +55,7 @@ test-androidx-core = "1.6.0-alpha05"
test-androidx-runner = "1.6.0-alpha06"
test-androidx-junit = "1.2.0-alpha03"
# https://github.com/robolectric/robolectric
test-robolectric = "4.11.1"
test-robolectric = "4.12.1"
# https://github.com/mockito/mockito
test-mockito = "5.11.0"
# https://github.com/mockito/mockito-kotlin
Expand Down

0 comments on commit f459dec

Please sign in to comment.