Skip to content

Commit

Permalink
Merge pull request #64 from taehwandev/alpah
Browse files Browse the repository at this point in the history
#62 alpha-05
  • Loading branch information
taehwandev committed Mar 27, 2024
2 parents 0f00ca3 + d73c007 commit 755b450
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-alpha04
## Download alpha - compose 1.7.0-alpha05

require android 14(target 34, compile 34)

Use gradle - compose 1.7.0-alpha04, compose compiler 1.5.10, kotlin 1.9.22
Use gradle - compose 1.7.0-alpha05, compose compiler 1.5.11, kotlin 1.9.23

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

## Download Stable - compose 1.6.4
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-alpha05

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

## 1.6.4

- 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.4"
compose = "1.7.0-alpha05"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.5.11"

Expand All @@ -57,7 +57,7 @@ test-androidx-junit = "1.2.0-alpha03"
# https://github.com/robolectric/robolectric
test-robolectric = "4.11.1"
# https://github.com/mockito/mockito
test-mockito = "5.10.0"
test-mockito = "5.11.0"
# https://github.com/mockito/mockito-kotlin
test-mockito-kotlin = "5.3.0"
# https://github.com/mannodermaus/android-junit5
Expand Down

0 comments on commit 755b450

Please sign in to comment.