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

Commit

Permalink
Prepare Tchap v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Nov 19, 2021
1 parent 05c4007 commit 2a2c63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildscript {

// global properties used in sub modules
ext {
versionCodeProp = 85
versionNameProp = "1.2.2"
versionCodeProp = 90
versionNameProp = "1.2.3"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down

0 comments on commit 2a2c63d

Please sign in to comment.