Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#62 compose 1.6.4 #63

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading