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 734c3cc commit 14f6828Copy full SHA for 14f6828
2 files changed
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.9"
+ const val APP_VERSION = "3.5.10"
5
}
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
[versions]
agp = "9.0.0"
-appVersion = "3.5.9"
-androidVersionCode = "134"
+appVersion = "3.5.10"
+androidVersionCode = "135"
kotlin = "2.3.10"
6
composeMultiplatform = "1.10.1"
7
accompanistAppcompatTheme = "0.36.0"
0 commit comments