Skip to content

Commit

Permalink
Merge pull request #54 from taehwandev/stable
Browse files Browse the repository at this point in the history
#53 - Stable version update
  • Loading branch information
taehwandev committed Feb 12, 2024
2 parents fa30d0c + f7f80fe commit 5a1766e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Android Compose extension.
- compose compiler 1.5.8
- kotlin 1.9.22

## Download - compose 1.6.0-rc01
## Download alpha - compose 1.6.0-rc01

require android 14(target 34, compile 34)

Expand All @@ -26,13 +26,13 @@ implementation("tech.thdev:extensions-compose-keyboard-state:1.6.0-rc01")
implementation("tech.thdev:extensions-compose-system-ui-controller:1.6.0-rc01")
```

## Download - compose 1.5.4
## Download Stable - compose 1.6.1

Use gradle - compose 1.5.4, compose compiler 1.5.4, kotlin 1.9.20
Use gradle - compose 1.6.1, compose compiler 1.5.9, kotlin 1.9.22

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

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

- Base - compose last alpha
- compose 1.6.0
- compose compiler 1.5.9
- kotlin 1.9.22
- require android compiler 34

## 1.6.0-rc01

- Base - compose last alpha
Expand Down
23 changes: 10 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hotfix = "0"
versionCode = "1"

## Android gradle plugin
androidGradlePlugin = "8.2.1"
androidGradlePlugin = "8.2.2"

## kotlin
# https://github.com/JetBrains/kotlin
Expand All @@ -30,38 +30,36 @@ 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-alpha08"
androidx-fragment = "1.7.0-alpha10"
# 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"
# https://developer.android.com/jetpack/androidx/releases/multidex
androidx-multiDex = "2.0.1"

## Compose
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.6.0-rc01"
compose = "1.6.1"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compilerVersion = "1.5.8"
compose-compilerVersion = "1.5.9"

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

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

## Test
# https://developer.android.com/jetpack/androidx/releases/test
test-androidx-core = "1.6.0-alpha04"
test-androidx-runner = "1.6.0-alpha05"
test-androidx-junit = "1.2.0-alpha02"
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"
# https://github.com/mockito/mockito
test-mockito = "5.8.0"
test-mockito = "5.10.0"
# https://github.com/mockito/mockito-kotlin
test-mockito-kotlin = "5.2.1"
test-mockito-kotlin = "5.3.0"
# https://github.com/mannodermaus/android-junit5
test-junit5 = "5.10.0"

Expand All @@ -81,7 +79,6 @@ androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "androidx-fragment" }
androidx-vectorDrawable = { module = "androidx.vectordrawable:vectordrawable", version.ref = "androidx-vectorDrawable" }
androidx-lifecycleCommonJava8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycleVersion" }
androidx-multiDex = { module = "androidx.multidex:multidex", version.ref = "androidx-multiDex" }

## Compose
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
Expand Down

0 comments on commit 5a1766e

Please sign in to comment.