Skip to content

Commit

Permalink
Merge pull request #8 from taehwandev/Version-change
Browse files Browse the repository at this point in the history
[#7] Compose version update
  • Loading branch information
taehwandev authored Mar 2, 2023
2 parents f891261 + 098be34 commit a736969
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Modifier for handling keyboard state.
You can know the open/closed state of the keyboard.
If you register the modifier, the keyboard closes when you touch the background, and you can know the status.

- compose 1.4.0-beta01
- compose compiler 1.4.2
- compose 1.4.0-beta02
- compose compiler 1.4.3
- kotlin 1.8.10

## Download - compose 1.4.0-beta01
## Download - compose 1.4.0-beta02

Use gradle - compose 1.4.0-beta01, compose compiler 1.4.2, kotlin 1.8.10
Use gradle - compose 1.4.0-beta02, compose compiler 1.4.3, kotlin 1.8.10

```groovy
implementation "tech.thdev:extensions-compose-keyboard-state:1.4.0-beta01"
implementation "tech.thdev:extensions-compose-keyboard-state:1.4.0-beta02"
```

Use gradle.kts

```kotlin
implementation("tech.thdev:extensions-compose-keyboard-state:1.4.0-alpha05")
implementation("tech.thdev:extensions-compose-keyboard-state:1.4.0-beta02")
```

## Download - compose 1.3.3
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0-beta02

- Base - compose last beta
- compose 1.4.0-beta02
- compose compiler 1.4.3
- kotlin 1.8.10

## 1.4.0-beta01

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

## Android gradle plugin
androidGradlePlugin = "7.4.1"
androidGradlePlugin = "7.4.2"

## kotlin
# https://github.com/JetBrains/kotlin
Expand Down Expand Up @@ -40,12 +40,12 @@ androidx-multiDex = "2.0.1"

## Compose
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.4.0-beta01"
compose = "1.4.0-beta02"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.4.2"
compose-compilerVersion = "1.4.3"

# https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-material3 = "1.1.0-alpha06"
compose-material3 = "1.1.0-alpha07"

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

0 comments on commit a736969

Please sign in to comment.