From ad605a754f35356c5ea8f71e14e442c77241fd21 Mon Sep 17 00:00:00 2001 From: Bogdan Roatis Date: Thu, 26 Jul 2018 17:57:37 +0300 Subject: [PATCH] incremented to version 83 --- alfresco-mobile-android/build.gradle | 2 +- .../alfresco/mobile/android/application/VersionNumber.java | 5 ++++- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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