File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ compose.desktop {
317317 packageName = " SimpMusic"
318318 macOS {
319319 includeAllModules = true
320- packageVersion = " 2025.11.16 "
320+ packageVersion = " 2025.12.24 "
321321 iconFile.set(project.file(" icon/circle_app_icon.icns" ))
322322 val macExtraPlistKeys =
323323 """
@@ -339,13 +339,15 @@ compose.desktop {
339339 packageVersion =
340340 libs.versions.version.name
341341 .get()
342+ .removeSuffix(" -hf" )
342343 iconFile.set(project.file(" icon/circle_app_icon.ico" ))
343344 }
344345 linux {
345346 includeAllModules = true
346347 packageVersion =
347348 libs.versions.version.name
348349 .get()
350+ .removeSuffix(" -hf" )
349351 iconFile.set(project.file(" icon/circle_app_icon.png" ))
350352 }
351353 }
Original file line number Diff line number Diff line change 1+ - Hot fix for foss build
Original file line number Diff line number Diff line change 1+ - Sửa lỗi nhanh cho bản xây dựng foss
Original file line number Diff line number Diff line change 11[versions ]
22# App version
3- componentsResources =" 1.10.0-rc02"
4- foundation =" 1.10.0-rc02"
5- runtime =" 1.10.0-rc02"
6- version-name =" 1.0.1"
7- version-code =" 42"
3+ version-name =" 1.0.1-hf"
4+ version-code =" 43"
85
96android = " 8.13.1"
107kotlin = " 2.2.21"
@@ -73,6 +70,9 @@ material3-multiplatform = "1.10.0-alpha05"
7370adaptive = " 1.2.0"
7471material-multiplatform = " 1.9.3"
7572material-icons-multiplatform = " 1.7.3"
73+ componentsResources =" 1.10.0-rc02"
74+ foundation =" 1.10.0-rc02"
75+ runtime =" 1.10.0-rc02"
7676compottie = " 2.0.2"
7777cmptoast = " 1.0.71"
7878uri = " 0.0.21"
You can’t perform that action at this time.
0 commit comments