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

Commit

Permalink
Version code update
Browse files Browse the repository at this point in the history
  • Loading branch information
milosmns authored May 10, 2018
1 parent bc0086d commit 473c203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ allprojects {

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

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

0 comments on commit 473c203

Please sign in to comment.