Skip to content

Commit

Permalink
Merge pull request #5387 from nextcloud/3101rc1
Browse files Browse the repository at this point in the history
Bump to 3.10.1 RC1
  • Loading branch information
AndyScherzinger authored Feb 3, 2020
2 parents 383f496 + ab135e1 commit 0d586b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext {
daggerVersion = "2.25.4"
markwonVersion = "4.2.0"
prismVersion = "2.0.0"
androidLibraryVersion = "2.0.0"
androidLibraryVersion = "rc-2.0.1-01"

travisBuild = System.getenv("TRAVIS") == "true"

Expand All @@ -85,8 +85,8 @@ repositories {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 10
def versionPatch = 0
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 1
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable

for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
for (String arg : tr.args) {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30100151.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
3.10.1 RC1 (February, 03, 2020)

- fix crash on self-signed certificates
- fix openOffice open files with special chars

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

0 comments on commit 0d586b0

Please sign in to comment.