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

Commit 473c203

Browse files
authored
Version code update
1 parent bc0086d commit 473c203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ allprojects {
2626

2727
ext {
2828
// If changed, commit and merge to 'release' branch to auto-deploy. Only tagged commits on release branch will be deployed
29-
VERSION_CODE = 80
30-
VERSION_NAME = "0.8.0"
29+
VERSION_CODE = 90
30+
VERSION_NAME = "0.9.0"
3131
SIGNING_NAME = "blinkerview"
3232

3333
// don't forget to update CI config in: '.travis.yml'
@@ -41,4 +41,4 @@ ext {
4141
// ESPRESSO = "2.2.2"
4242
// JUNIT = "4.12"
4343
// ROBOLECTRIC = "3.3.2"
44-
}
44+
}

0 commit comments

Comments
 (0)