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

Beta #69

Merged
merged 3 commits into from
May 15, 2024
Merged

Beta #69

Changes from 1 commit
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
Prev Previous commit
Update libs.versions.toml
  • Loading branch information
taehwandev committed May 15, 2024
commit f85b47276065a6bb91a8f0cc9c73480dfd08b8d1
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ hotfix = "0"
versionCode = "1"

## Android gradle plugin
androidGradlePlugin = "8.3.1"
androidGradlePlugin = "8.3.2"

## kotlin
# https://github.com/JetBrains/kotlin
kotlin = "1.9.23"
kotlin = "1.9.24"

## Coroutine
# https://github.com/Kotlin/kotlinx.coroutines
coroutines = "1.8.0"
coroutines = "1.8.1"

## AndroidX
# https://developer.android.com/jetpack/androidx/releases/annotation
Expand All @@ -38,12 +38,12 @@ androidx-lifecycleVersion = "2.7.0"

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

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

## Google
# https://github.com/material-components/material-components-android/releases
Expand Down
Loading