Skip to content

Commit

Permalink
Update Compose Multiplatform to deploy on macOS store
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Apr 5, 2024
1 parent 7401f53 commit 954e7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ compose {
identity.set("Marco Gomiero")
}

// minimumSystemVersion = "12.0"
minimumSystemVersion = "12.0"

if (isAppStoreRelease) {
entitlementsFile.set(project.file("entitlements.plist"))
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rss-parser = "6.0.7"
accompanist = "0.34.0"
jsoup = "1.17.2"
triplet-play = "3.9.1"
compose-multiplatform = "1.6.1"
compose-multiplatform = "1.6.10-dev1561"
compose-compiler = "1.5.11"
decompose = "2.2.2"
# When updating, check the version of jna in the following link:
Expand Down

0 comments on commit 954e7ab

Please sign in to comment.