Skip to content

Commit

Permalink
Merge pull request #63 from taehwandev/stable
Browse files Browse the repository at this point in the history
#62 compose 1.6.4
  • Loading branch information
taehwandev committed Mar 27, 2024
2 parents 93c9777 + 64505f0 commit 0f00ca3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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
## Download Stable - compose 1.6.4

Use gradle - compose 1.6.3, compose compiler 1.5.10, kotlin 1.9.22
Use gradle - compose 1.6.4, compose compiler 1.5.11, kotlin 1.9.23

```kotlin
implementation("tech.thdev:extensions-compose-keyboard-state:1.6.3")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.6.3")
implementation("tech.thdev:extensions-compose-keyboard-state:1.6.4")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.6.4")
```

Release version are available in [Sonatyp's repository.](https://search.maven.org/search?q=tech.thdev)
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.6.4

- Base - compose last
- compose 1.6.4
- compose compiler 1.5.11
- kotlin 1.9.23
- require android compiler 34

## 1.7.0-alpha04

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

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

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

## Coroutine
# https://github.com/Kotlin/kotlinx.coroutines
Expand All @@ -30,17 +30,17 @@ androidx-appCompat = "1.7.0-alpha03"
# https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity = "1.8.2"
# https://developer.android.com/jetpack/androidx/releases/fragment
androidx-fragment = "1.7.0-alpha10"
androidx-fragment = "1.7.0-beta01"
# https://developer.android.com/jetpack/androidx/releases/vectordrawable
androidx-vectorDrawable = "1.2.0-beta01"
# https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-lifecycleVersion = "2.7.0"

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

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

0 comments on commit 0f00ca3

Please sign in to comment.