Skip to content

Commit 3afc11c

Browse files
authored
Merge pull request #482 from shikoko/incr_1.8.3
incremented to version 83
2 parents 719e219 + ad605a7 commit 3afc11c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

alfresco-mobile-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
minSdkVersion 19
2929
targetSdkVersion 26
30-
versionCode 82
30+
versionCode 83
3131

3232
versionName VERSION_NAME
3333

alfresco-mobile-android/src/main/java/org/alfresco/mobile/android/application/VersionNumber.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,8 @@ public interface VersionNumber
7979
/** Release 5 June 2018 */
8080
int VERSION_1_8_2 = 82;
8181

82-
int LATEST_VERSION = VERSION_1_8_2;
82+
/** Release 27 July 2018 */
83+
int VERSION_1_8_3 = 83;
84+
85+
int LATEST_VERSION = VERSION_1_8_3;
8386
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
## DEFAULT BUILD VARIANT
4040
####################################################################
4141
# Current Version number of the application
42-
VERSION_NAME=1.8.2
42+
VERSION_NAME=1.8.3
4343

4444
# Build Number of the application
4545
# Overrides by Continuous Integration System during build

0 commit comments

Comments
 (0)