Skip to content

Commit

Permalink
changed the version from 1.8 to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanroatis committed Apr 23, 2018
1 parent b084db2 commit fea815a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ public interface VersionNumber
/** Release XXX 2017. */
int VERSION_1_8_0 = 80;

int LATEST_VERSION = VERSION_1_8_0;
/** Release 24 April 2018. */
int VERSION_1_8_1 = 81;

int LATEST_VERSION = VERSION_1_8_1;
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
## DEFAULT BUILD VARIANT
####################################################################
# Current Version number of the application
VERSION_NAME=1.8
VERSION_NAME=1.8.1

# Build Number of the application
# Overrides by Continuous Integration System during build
Expand Down

0 comments on commit fea815a

Please sign in to comment.