Skip to content

Commit 49ce258

Browse files
committed
feat: update package version and add hotfix for FOSS build
1 parent f83e408 commit 49ce258

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

composeApp/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Hot fix for foss build
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Sửa lỗi nhanh cho bản xây dựng foss

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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

96
android = "8.13.1"
107
kotlin = "2.2.21"
@@ -73,6 +70,9 @@ material3-multiplatform = "1.10.0-alpha05"
7370
adaptive = "1.2.0"
7471
material-multiplatform = "1.9.3"
7572
material-icons-multiplatform = "1.7.3"
73+
componentsResources="1.10.0-rc02"
74+
foundation="1.10.0-rc02"
75+
runtime="1.10.0-rc02"
7676
compottie = "2.0.2"
7777
cmptoast = "1.0.71"
7878
uri = "0.0.21"

0 commit comments

Comments
 (0)