File tree Expand file tree Collapse file tree
src/main/kotlin/com/theapache64/stackzy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212val daggerVersion by extra(" 2.40.5" )
13- val stackzyVersion by extra(" 1.2.2 " ) // TODO : Change in App.kt also
13+ val stackzyVersion by extra(" 1.2.3 " ) // TODO : Change in App.kt also
1414
1515group = " com.theapache64"
1616version = stackzyVersion
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.theapache64.stackzy"
7- version = " 1.2.2 "
7+ version = " 1.2.3 "
88
99repositories {
1010 mavenCentral()
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ fun main() {
3939 // Parsing application arguments
4040 val appArgs = AppArgs (
4141 appName = " Stackzy" ,
42- version = " v1.2.2 " ,
43- versionCode = 20210724
42+ version = " v1.2.3 " ,
43+ versionCode = 20220201
4444 )
4545
4646 // Passing args
You can’t perform that action at this time.
0 commit comments