Skip to content

Commit

Permalink
Merge pull request #115 from mbakgun/renovate/composeversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakgun authored Oct 31, 2023
2 parents 9e764d0 + bf12cec commit 04bfe5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ kotlin.mpp.androidSourceSetLayoutVersion=2

#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none

#Android
android.useAndroidX=true
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluginManagement {
plugins {
val kotlinVersion = "1.9.10"
val agpVersion = "8.1.2"
val composeVersion = "1.5.3"
val composeVersion = "1.5.10"

kotlin("multiplatform").version(kotlinVersion)
id("com.android.library").version(agpVersion)
Expand Down

0 comments on commit 04bfe5a

Please sign in to comment.