Skip to content

Commit

Permalink
Merge pull request #9303 from nextcloud/3.18.0-final
Browse files Browse the repository at this point in the history
Bump versions for 3.18.0 final
  • Loading branch information
AlvaroBrey authored Nov 18, 2021
2 parents e892491 + 7790cac commit 695079e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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-04"
androidLibraryVersion = "2.8.0"
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 = 56 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable

for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
for (String arg : tr.args) {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30180090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.18.0 (November 18, 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 695079e

Please sign in to comment.