From f7c006cf7357b66e72b3b0e02f4877c056566b1e Mon Sep 17 00:00:00 2001 From: taehwan Date: Thu, 4 Apr 2024 10:09:17 +0900 Subject: [PATCH] alpha 06 --- README.md | 8 ++++---- RELEASE.md | 8 ++++++++ gradle/libs.versions.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f574a01..63033d9 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-alpha05 +## Download alpha - compose 1.7.0-alpha06 require android 14(target 34, compile 34) -Use gradle - compose 1.7.0-alpha05, compose compiler 1.5.11, kotlin 1.9.23 +Use gradle - compose 1.7.0-alpha06, compose compiler 1.5.11, kotlin 1.9.23 ```kotlin -implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha05") -implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha05") +implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-alpha06") +implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-alpha06") ``` ## Download Stable - compose 1.6.5 diff --git a/RELEASE.md b/RELEASE.md index e20c1e0..060a518 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,11 @@ +## 1.7.0-alpha06 + +- Base - compose last alpha + - compose 1.7.0-alpha06 + - compose compiler 1.5.11 + - kotlin 1.9.23 + - require android compiler 34 + ## 1.6.5 - Base - compose last diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a62233f..247e443 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.5" +compose = "1.7.0-alpha06" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin compose-compilerVersion = "1.5.11" @@ -55,7 +55,7 @@ test-androidx-core = "1.6.0-alpha05" test-androidx-runner = "1.6.0-alpha06" test-androidx-junit = "1.2.0-alpha03" # https://github.com/robolectric/robolectric -test-robolectric = "4.11.1" +test-robolectric = "4.12.1" # https://github.com/mockito/mockito test-mockito = "5.11.0" # https://github.com/mockito/mockito-kotlin