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 905ac23 commit 1d65181Copy full SHA for 1d65181
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.14"
+ const val APP_VERSION = "3.5.16"
5
}
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
agp = "9.0.1"
-appVersion = "3.5.15"
+appVersion = "3.5.16"
androidVersionCode = "140"
kotlin = "2.3.10"
6
composeMultiplatform = "1.10.2"
0 commit comments