diff --git a/README.md b/README.md index 379d4eb..9ede5c9 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ Android Compose extension. - Keyboard show/hide extensions. - Android System UI Controller -## Download alpha - compose 1.7.0-alpha04 +## Download alpha - compose 1.7.0-alpha05 require android 14(target 34, compile 34) -Use gradle - compose 1.7.0-alpha04, compose compiler 1.5.10, kotlin 1.9.22 +Use gradle - compose 1.7.0-alpha05, compose compiler 1.5.11, kotlin 1.9.23 ```kotlin -implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha04") -implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha04") +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 diff --git a/RELEASE.md b/RELEASE.md index 67dadd1..644f6b0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,11 @@ +## 1.7.0-alpha05 + +- Base - compose last alpha + - compose 1.7.0-alpha05 + - compose compiler 1.5.11 + - kotlin 1.9.23 + - require android compiler 34 + ## 1.6.4 - Base - compose last diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5e6c606..842cc44 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ androidx-lifecycleVersion = "2.7.0" ## Compose # https://developer.android.com/jetpack/androidx/releases/compose -compose = "1.6.4" +compose = "1.7.0-alpha05" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin compose-compilerVersion = "1.5.11" @@ -57,7 +57,7 @@ test-androidx-junit = "1.2.0-alpha03" # https://github.com/robolectric/robolectric test-robolectric = "4.11.1" # https://github.com/mockito/mockito -test-mockito = "5.10.0" +test-mockito = "5.11.0" # https://github.com/mockito/mockito-kotlin test-mockito-kotlin = "5.3.0" # https://github.com/mannodermaus/android-junit5