We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62a1e06 + 24fd56c commit b1dcfdbCopy full SHA for b1dcfdb
2 files changed
build.gradle
@@ -61,7 +61,7 @@ repositories {
61
def versionMajor = 3
62
def versionMinor = 6
63
def versionPatch = 0
64
-def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
+def versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
65
66
def taskRequest = getGradle().getStartParameter().getTaskRequests().toString()
67
if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskRequest.contains("lint")) {
fastlane/metadata/android/en-US/changelogs/30060053.txt
@@ -0,0 +1,6 @@
1
+3.6.0 RC3 (April, 02, 2019)
2
+
3
+- fix crash on showing file info due to missing note info
4
+- fix closing push notification after executing action
5
6
+For a full list, please see https://github.com/nextcloud/android/milestone/30
0 commit comments