diff --git a/alfresco-mobile-android/build.gradle b/alfresco-mobile-android/build.gradle index 71efd331..bae5d999 100644 --- a/alfresco-mobile-android/build.gradle +++ b/alfresco-mobile-android/build.gradle @@ -27,7 +27,7 @@ android { minSdkVersion 19 targetSdkVersion 26 - versionCode 82 + versionCode 83 versionName VERSION_NAME diff --git a/alfresco-mobile-android/src/main/java/org/alfresco/mobile/android/application/VersionNumber.java b/alfresco-mobile-android/src/main/java/org/alfresco/mobile/android/application/VersionNumber.java index cf6e2912..6bea26a0 100644 --- a/alfresco-mobile-android/src/main/java/org/alfresco/mobile/android/application/VersionNumber.java +++ b/alfresco-mobile-android/src/main/java/org/alfresco/mobile/android/application/VersionNumber.java @@ -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; } diff --git a/gradle.properties b/gradle.properties index 63b6a5ae..cbc19089 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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