Skip to content

Commit

Permalink
Merge pull request #9556 from nextcloud/bump-3.18.1-rc2
Browse files Browse the repository at this point in the history
Bump versions for 3.18.1 RC2
  • Loading branch information
AlvaroBrey authored Dec 15, 2021
2 parents 4283605 + e98eca9 commit f9929b3
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.1-01"
androidLibraryVersion = "rc-2.8.1-02"
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 = 1
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 52 // 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/30180152.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.18.1 RC2 (December 15, 2021)

- Fix connection bug for usernames with spaces
- Fix some crashes in search and share views
- Fix login for server URLs in IP:port format
- Lots of minor bug fixes

Minimum: NC 16 Server, Android 6.0 Marshmallow

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

0 comments on commit f9929b3

Please sign in to comment.