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

Commit 1616973

Browse files
committed
Increasing project version to 30
(cherry picked from commit d14f706)
1 parent 3c16527 commit 1616973

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
@@ -24,8 +24,8 @@ allprojects {
2424

2525
ext {
2626
// If changed, commit and merge to 'release' branch to auto-deploy. Only tagged commits on release branch will be deployed
27-
VERSION_CODE = 29
28-
VERSION_NAME = "0.29"
27+
VERSION_CODE = 30
28+
VERSION_NAME = "0.30"
2929

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

0 commit comments

Comments
 (0)