Skip to content

Commit

Permalink
Merge pull request #72 from taehwandev/alpha
Browse files Browse the repository at this point in the history
beta - compose update
  • Loading branch information
taehwandev committed Jun 16, 2024
2 parents 4cd5d84 + 15a1f9b commit 9baac1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk = libs.versions.compileSdk.get().toInt()

defaultConfig {
minSdk = libs.versions.minSdk.get().toInt()
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = libs.versions.versionCode.get().toInt()
versionName = "${libs.versions.major.get()}.${libs.versions.minor.get()}.${libs.versions.hotfix.get()}"
Expand Down Expand Up @@ -50,7 +50,7 @@ android {
kotlinCompilerExtensionVersion = libs.versions.compose.compilerVersion.get()
}

packagingOptions {
packaging {
resources.excludes.addAll(
listOf(
"META-INF/AL2.0",
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ androidx-lifecycleVersion = "2.8.2"

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

Expand Down

0 comments on commit 9baac1b

Please sign in to comment.