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

Commit

Permalink
Increasing version codes
Browse files Browse the repository at this point in the history
(cherry picked from commit 56c453c)
  • Loading branch information
milosmns committed Sep 16, 2017
1 parent aadb0fd commit c926924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,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 = 100
VERSION_NAME = "1.00"
VERSION_CODE = 110
VERSION_NAME = "1.1"

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

0 comments on commit c926924

Please sign in to comment.