Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 2a2c63d

Browse files
committed
Prepare Tchap v1.2.3
1 parent 05c4007 commit 2a2c63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ buildscript {
2323

2424
// global properties used in sub modules
2525
ext {
26-
versionCodeProp = 85
27-
versionNameProp = "1.2.2"
26+
versionCodeProp = 90
27+
versionNameProp = "1.2.3"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)