Skip to content

Commit

Permalink
Merge pull request #65 from taehwandev/stable
Browse files Browse the repository at this point in the history
1.6.5 update
  • Loading branch information
taehwandev committed Apr 4, 2024
2 parents 755b450 + f4446d2 commit e855cb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 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-alpha05")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha05")
```

## Download Stable - compose 1.6.4
## Download Stable - compose 1.6.5

Use gradle - compose 1.6.4, compose compiler 1.5.11, kotlin 1.9.23
Use gradle - compose 1.6.5, compose compiler 1.5.11, kotlin 1.9.23

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

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.5

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

## 1.7.0-alpha05

- Base - compose last alpha
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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-beta01"
androidx-fragment = "1.7.0-rc01"
# 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-alpha05"
compose = "1.6.5"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.5.11"

Expand All @@ -61,7 +61,7 @@ test-mockito = "5.11.0"
# https://github.com/mockito/mockito-kotlin
test-mockito-kotlin = "5.3.0"
# https://github.com/mannodermaus/android-junit5
test-junit5 = "5.10.0"
test-junit5 = "5.10.2"

[libraries]
## Kotlin
Expand Down

0 comments on commit e855cb7

Please sign in to comment.