Skip to content

Commit ad00fa0

Browse files
committed
Update stackzyVersion and App version to 1.2.7
1 parent 28bbe0b commit ad00fa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
val daggerVersion by extra("2.47")
12-
val stackzyVersion by extra("1.2.6") // TODO : Change in App.kt also
12+
val stackzyVersion by extra("1.2.7") // TODO : Change in App.kt also
1313

1414
group = "com.theapache64"
1515
version = stackzyVersion

src/main/kotlin/com/theapache64/stackzy/App.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ fun main() {
3939
// Parsing application arguments
4040
val appArgs = AppArgs(
4141
appName = "Stackzy",
42-
version = "v1.2.6", // TODO: Change below date also
43-
versionCode = 20230811
42+
version = "v1.2.7", // TODO: Change below date also
43+
versionCode = 20250119
4444
)
4545

4646
// Passing args

0 commit comments

Comments
 (0)