Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stable - compose update 1.6.8 #71

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading