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

Commit 7c78af4

Browse files
committed
Increasing project version to 26
(cherry picked from commit 0d24c00)
1 parent 8c3058e commit 7c78af4

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 = 25
28-
VERSION_NAME = "0.25"
27+
VERSION_CODE = 26
28+
VERSION_NAME = "0.26"
2929

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

0 commit comments

Comments
 (0)