Skip to content

Commit 38c46f6

Browse files
authored
Merge pull request #471 from shikoko/prepare_181
changed the version from 1.8 to 1.8.1
2 parents b084db2 + fea815a commit 38c46f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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
@@ -73,5 +73,8 @@ public interface VersionNumber
7373
/** Release XXX 2017. */
7474
int VERSION_1_8_0 = 80;
7575

76-
int LATEST_VERSION = VERSION_1_8_0;
76+
/** Release 24 April 2018. */
77+
int VERSION_1_8_1 = 81;
78+
79+
int LATEST_VERSION = VERSION_1_8_1;
7780
}

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
42+
VERSION_NAME=1.8.1
4343

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

0 commit comments

Comments
 (0)