Skip to content

Commit

Permalink
Merge pull request #9279 from nextcloud/3.18-rc6
Browse files Browse the repository at this point in the history
Bump versions for RC6
  • Loading branch information
AlvaroBrey committed Nov 16, 2021
2 parents 5b54091 + 14b2120 commit 50c41ec
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ext {
daggerVersion = "2.39.1"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "rc-2.8.0-03"
androidLibraryVersion = "rc-2.8.0-04"
mockitoVersion = "3.12.4"
mockkVersion = "1.12.0"
powermockVersion = "2.0.9"
Expand All @@ -89,7 +89,7 @@ repositories {
def versionMajor = 3
def versionMinor = 18
def versionPatch = 0
def versionBuild = 55 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 56 // 0-50=Alpha / 51-98=RC / 90-99=stable

for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
for (String arg : tr.args) {
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/30180051.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Calendar backup/restore
Unified search
Profile page for users
Sharing permissions improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/30180052.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Calendar backup/restore
Unified search
Profile page for users
Sharing permissions improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/30180053.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Calendar backup/restore
Unified search
Profile page for users
Sharing permissions improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/30180054.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Calendar backup/restore
Unified search
Profile page for users
Sharing permissions improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/30180055.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Calendar backup/restore
Unified search
Profile page for users
Sharing permissions improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30180056.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.18.0 RC6 (November 16, 2021)

Calendar backup/restore
Unified search
Sharing permissions improvements
Minor bug fixes

Minimum: NC 16 Server, Android 6.0 Marshmallow

For a full list, please see https://github.com/nextcloud/android/milestone/61

0 comments on commit 50c41ec

Please sign in to comment.