Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 4789175

Browse files
committed
Increasing version to 1.4.0
(cherry picked from commit 6aa4169)
1 parent 30f52be commit 4789175

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
@@ -25,8 +25,8 @@ allprojects {
2525

2626
ext {
2727
// If changed, commit and merge to 'release' branch to auto-deploy. Only tagged commits on release branch will be deployed
28-
VERSION_CODE = 130
29-
VERSION_NAME = "1.3.0"
28+
VERSION_CODE = 140
29+
VERSION_NAME = "1.4.0"
3030

3131
// don't forget to update CI config in: '.travis.yml'
3232
BUILD_TOOLS = "27.0.3"

0 commit comments

Comments
 (0)