Skip to content

Commit bfc6bfd

Browse files
committed
Update stackzyVersion and App.kt version to 1.2.8
1 parent 57ba73e commit bfc6bfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7") // TODO : Change in App.kt also
12+
val stackzyVersion by extra("1.2.8") // TODO : Change in App.kt also
1313

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

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

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

0 commit comments

Comments
 (0)