We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b084db2 + fea815a commit 38c46f6Copy full SHA for 38c46f6
alfresco-mobile-android/src/main/java/org/alfresco/mobile/android/application/VersionNumber.java
@@ -73,5 +73,8 @@ public interface VersionNumber
73
/** Release XXX 2017. */
74
int VERSION_1_8_0 = 80;
75
76
- int LATEST_VERSION = VERSION_1_8_0;
+ /** Release 24 April 2018. */
77
+ int VERSION_1_8_1 = 81;
78
+
79
+ int LATEST_VERSION = VERSION_1_8_1;
80
}
gradle.properties
@@ -39,7 +39,7 @@
39
## DEFAULT BUILD VARIANT
40
####################################################################
41
# Current Version number of the application
42
-VERSION_NAME=1.8
+VERSION_NAME=1.8.1
43
44
# Build Number of the application
45
# Overrides by Continuous Integration System during build
0 commit comments