We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bbe0b commit ad00fa0Copy full SHA for ad00fa0
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
val daggerVersion by extra("2.47")
12
-val stackzyVersion by extra("1.2.6") // TODO : Change in App.kt also
+val stackzyVersion by extra("1.2.7") // TODO : Change in App.kt also
13
14
group = "com.theapache64"
15
version = stackzyVersion
src/main/kotlin/com/theapache64/stackzy/App.kt
@@ -39,8 +39,8 @@ fun main() {
39
// Parsing application arguments
40
val appArgs = AppArgs(
41
appName = "Stackzy",
42
- version = "v1.2.6", // TODO: Change below date also
43
- versionCode = 20230811
+ version = "v1.2.7", // TODO: Change below date also
+ versionCode = 20250119
44
)
45
46
// Passing args
0 commit comments