Skip to content

Commit

Permalink
Merge pull request #71 from taehwandev/stable
Browse files Browse the repository at this point in the history
stable - compose update 1.6.8
  • Loading branch information
taehwandev committed Jun 16, 2024
2 parents 9cc1f3b + 8efa05d commit 4cd5d84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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.3.2"
androidGradlePlugin = "8.5.0"

## kotlin
# https://github.com/JetBrains/kotlin
Expand All @@ -30,24 +30,24 @@ androidx-appCompat = "1.7.0"
# https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity = "1.9.0"
# https://developer.android.com/jetpack/androidx/releases/fragment
androidx-fragment = "1.7.1"
androidx-fragment = "1.8.0"
# https://developer.android.com/jetpack/androidx/releases/vectordrawable
androidx-vectorDrawable = "1.2.0"
# https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-lifecycleVersion = "2.8.1"
androidx-lifecycleVersion = "2.8.2"

## Compose
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.7.0-beta02"
compose = "1.6.8"
# 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-beta02"
compose-material3 = "1.3.0-beta03"

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

## Test
# https://developer.android.com/jetpack/androidx/releases/test
Expand All @@ -61,6 +61,7 @@ test-mockito = "5.12.0"
# https://github.com/mockito/mockito-kotlin
test-mockito-kotlin = "5.3.1"
# https://github.com/mannodermaus/android-junit5
# https://github.com/junit-team/junit5
test-junit5 = "5.10.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Fri Jan 06 10:25:36 KST 2023
# https://gradle.org/releases/
distributionBase=GRADLE_USER_HOME
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 4cd5d84

Please sign in to comment.