Skip to content

Commit

Permalink
Merge pull request #70 from taehwandev/beta02
Browse files Browse the repository at this point in the history
beta02
  • Loading branch information
taehwandev committed Jun 2, 2024
2 parents b56e838 + 50b47f3 commit 9cc1f3b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Android Compose extension.
- Keyboard show/hide extensions.
- Android System UI Controller

## Download alpha - compose 1.7.0-beta01
## Download alpha - compose 1.7.0-beta02

require android 14(target 34, compile 34)

Use gradle - compose 1.7.0-beta01, compose compiler 1.5.14, kotlin 1.9.24
Use gradle - compose 1.7.0-beta02, compose compiler 1.5.14, kotlin 1.9.24

```kotlin
implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-beta01")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-beta01")
implementation("tech.thdev:extensions-compose-keyboard-state:1.7.0-beta02")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.7.0-beta02")
```

## Download Stable - compose 1.6.7
Expand Down
10 changes: 9 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## 1.7.0-beta02

- Base - compose last beta
- compose 1.7.0-beta02
- compose compiler 1.5.14
- kotlin 1.9.24
- require android compiler 34

## 1.7.0-beta01

- Base - compose last alpha
- Base - compose last beta
- compose 1.7.0-beta01
- compose compiler 1.5.14
- kotlin 1.9.24
Expand Down
32 changes: 16 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,44 @@ coroutines = "1.8.1"

## AndroidX
# https://developer.android.com/jetpack/androidx/releases/annotation
androidx-annotation = "1.7.1"
androidx-annotation = "1.8.0"
# https://developer.android.com/jetpack/androidx/releases/core
androidx-core = "1.12.0"
androidx-core = "1.13.1"
# https://developer.android.com/jetpack/androidx/releases/appcompat
androidx-appCompat = "1.7.0-alpha03"
androidx-appCompat = "1.7.0"
# https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity = "1.8.2"
androidx-activity = "1.9.0"
# https://developer.android.com/jetpack/androidx/releases/fragment
androidx-fragment = "1.7.0-rc01"
androidx-fragment = "1.7.1"
# https://developer.android.com/jetpack/androidx/releases/vectordrawable
androidx-vectorDrawable = "1.2.0-beta01"
androidx-vectorDrawable = "1.2.0"
# https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-lifecycleVersion = "2.7.0"
androidx-lifecycleVersion = "2.8.1"

## Compose
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.7.0-beta01"
compose = "1.7.0-beta02"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.5.14"

# https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-material3 = "1.3.0-beta01"
compose-material3 = "1.3.0-beta02"

## Google
# https://github.com/material-components/material-components-android/releases
google-material = "1.11.0"
google-material = "1.12.0"

## Test
# https://developer.android.com/jetpack/androidx/releases/test
test-androidx-core = "1.6.0-alpha05"
test-androidx-runner = "1.6.0-alpha06"
test-androidx-junit = "1.2.0-alpha03"
test-androidx-core = "1.6.0-rc01"
test-androidx-runner = "1.6.0-rc01"
test-androidx-junit = "1.2.0-rc01"
# https://github.com/robolectric/robolectric
test-robolectric = "4.12.1"
test-robolectric = "4.12.2"
# https://github.com/mockito/mockito
test-mockito = "5.11.0"
test-mockito = "5.12.0"
# https://github.com/mockito/mockito-kotlin
test-mockito-kotlin = "5.3.0"
test-mockito-kotlin = "5.3.1"
# https://github.com/mannodermaus/android-junit5
test-junit5 = "5.10.2"

Expand Down

0 comments on commit 9cc1f3b

Please sign in to comment.