Skip to content

Commit

Permalink
Merge pull request #69 from taehwandev/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
taehwandev committed May 15, 2024
2 parents 692bcdb + f85b472 commit b56e838
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 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-alpha08
## Download alpha - compose 1.7.0-beta01

require android 14(target 34, compile 34)

Use gradle - compose 1.7.0-alpha08, compose compiler 1.5.13, kotlin 1.9.23
Use gradle - compose 1.7.0-beta01, compose compiler 1.5.14, kotlin 1.9.24

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

## 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-beta01

- Base - compose last alpha
- compose 1.7.0-beta01
- compose compiler 1.5.14
- kotlin 1.9.24
- require android compiler 34

## 1.7.0-alpha08

- Base - compose last alpha
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ hotfix = "0"
versionCode = "1"

## Android gradle plugin
androidGradlePlugin = "8.3.1"
androidGradlePlugin = "8.3.2"

## kotlin
# https://github.com/JetBrains/kotlin
kotlin = "1.9.23"
kotlin = "1.9.24"

## Coroutine
# https://github.com/Kotlin/kotlinx.coroutines
coroutines = "1.8.0"
coroutines = "1.8.1"

## AndroidX
# https://developer.android.com/jetpack/androidx/releases/annotation
Expand All @@ -38,12 +38,12 @@ androidx-lifecycleVersion = "2.7.0"

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

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

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

0 comments on commit b56e838

Please sign in to comment.