Skip to content

Commit

Permalink
incremented to version 83
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanroatis committed Jul 26, 2018
1 parent 719e219 commit ad605a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alfresco-mobile-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

minSdkVersion 19
targetSdkVersion 26
versionCode 82
versionCode 83

versionName VERSION_NAME

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@ public interface VersionNumber
/** Release 5 June 2018 */
int VERSION_1_8_2 = 82;

int LATEST_VERSION = VERSION_1_8_2;
/** Release 27 July 2018 */
int VERSION_1_8_3 = 83;

int LATEST_VERSION = VERSION_1_8_3;
}
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.2
VERSION_NAME=1.8.3

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

0 comments on commit ad605a7

Please sign in to comment.