File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
common/src/commonMain/kotlin/com/linuxcommandlibrary/shared
fastlane/metadata/android/en-US/changelogs
iosApp.xcodeproj/project.xcworkspace/xcuserdata/simon.xcuserdatad Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11package com.linuxcommandlibrary.shared
22
33object Version {
4- const val APP_VERSION = " 3.5.11 "
4+ const val APP_VERSION = " 3.5.12 "
55}
Original file line number Diff line number Diff line change 1+ Add commands
2+ Upgrade sdks
Original file line number Diff line number Diff line change 11[versions ]
22agp = " 9.0.1"
3- appVersion = " 3.5.11 "
4- androidVersionCode = " 136 "
3+ appVersion = " 3.5.12 "
4+ androidVersionCode = " 137 "
55kotlin = " 2.3.10"
66composeMultiplatform = " 1.10.1"
77accompanistAppcompatTheme = " 0.36.0"
@@ -11,10 +11,10 @@ koinCore = "4.1.1"
1111kotlinxCoroutinesCore = " 1.10.2"
1212kotlinxHtmlJvm = " 0.12.0"
1313kotlinxSerializationCore = " 1.10.0"
14- material = " 1.10.3 "
14+ material = " 1.10.4 "
1515navigationCompose = " 2.9.2"
1616preference = " 1.2.1"
17- uiToolingPreview = " 1.10.3 "
17+ uiToolingPreview = " 1.10.4 "
1818spotless = " 8.2.1"
1919kotlinxCollectionsImmutable = " 0.4.0"
2020benManesVersions = " 0.53.0"
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >3.5.9 </string >
20+ <string >3.5.11 </string >
2121 <key >CFBundleVersion </key >
2222 <string >1 </string >
2323 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments