Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed May 12, 2024
1 parent f420b0c commit 4a799e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.output
output
.kotlin
*.iml
.gradle
Expand Down Expand Up @@ -258,3 +258,4 @@ local.properties
/composeApp/build/
/shared/build/
/modules/build/
/output/
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "com.mshdabiola.skeletonapp"
version = "1.0"
version = "1.0.0"

dependencies {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fun main() {

val appArgs = AppArgs(
appName = "Skeleton App", // To show on title bar
version = "v2.0.0", // To show on title inside brackets
version = "v1.0.0", // To show on title inside brackets
versionCode = 100, // To compare with latest version code (in case if you want to prompt update)
)

Expand Down
2 changes: 1 addition & 1 deletion conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app {
//icons = icons/icon.svg
icons {
label = SA
gradient = blue
gradient = pink
}
windows.inputs += TASK/rendered-icons/windows
linux.inputs += TASK/rendered-icons/linux
Expand Down

0 comments on commit 4a799e4

Please sign in to comment.