Skip to content

Commit b1dcfdb

Browse files
Merge pull request nextcloud#3828 from nextcloud/360rc3
3.6.0 RC3
2 parents 62a1e06 + 24fd56c commit b1dcfdb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repositories {
6161
def versionMajor = 3
6262
def versionMinor = 6
6363
def versionPatch = 0
64-
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
64+
def versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
6565

6666
def taskRequest = getGradle().getStartParameter().getTaskRequests().toString()
6767
if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskRequest.contains("lint")) {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)