Add App version in the admin screen.
This commit is contained in:
parent
193b0d85d5
commit
05cc533cbf
4 changed files with 31 additions and 4 deletions
|
|
@ -11,6 +11,7 @@ turtle = "0.10.0"
|
|||
logback = "1.5.17"
|
||||
coil = "3.1.0"
|
||||
ui-graphics-android = "1.7.8"
|
||||
buildkonfig = "0.17.0"
|
||||
|
||||
[plugins]
|
||||
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
|
||||
|
|
@ -19,6 +20,7 @@ kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|||
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||||
ktor = { id = "io.ktor.plugin", version.ref = "ktor" }
|
||||
buildkonfig = { id = "com.codingfeline.buildkonfig", version.ref = "buildkonfig" }
|
||||
|
||||
[libraries]
|
||||
# Test & preview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue