We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83f529 commit 552fc3fCopy full SHA for 552fc3f
common/src/commonMain/kotlin/com/linuxcommandlibrary/shared/Version.kt
@@ -1,5 +1,5 @@
1
package com.linuxcommandlibrary.shared
2
3
object Version {
4
- const val APP_VERSION = "3.5.13"
+ const val APP_VERSION = "3.5.14"
5
}
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
[versions]
agp = "9.0.1"
-appVersion = "3.5.13"
-androidVersionCode = "138"
+appVersion = "3.5.14"
+androidVersionCode = "139"
kotlin = "2.3.10"
6
composeMultiplatform = "1.10.1"
7
accompanistAppcompatTheme = "0.36.0"
0 commit comments