Skip to content

Commit

Permalink
Merge pull request #3727 from nextcloud/351rc1
Browse files Browse the repository at this point in the history
3.5.1 RC1
  • Loading branch information
tobiasKaminsky authored Mar 9, 2019
2 parents 84f2826 + 7a21f7c commit ca40d6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ repositories {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 5
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

def taskRequest = getGradle().getStartParameter().getTaskRequests().toString()
if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskRequest.contains("lint")) {
Expand Down Expand Up @@ -210,9 +210,9 @@ dependencies {
// dependencies for app building
implementation 'androidx.multidex:multidex:2.0.1'
// implementation project('nextcloud-android-library')
genericImplementation 'com.github.nextcloud:android-library:1.3.3'
gplayImplementation 'com.github.nextcloud:android-library:1.3.3'
versionDevImplementation 'com.github.nextcloud:android-library:1.3.3'
genericImplementation 'com.github.nextcloud:android-library:1.3.5'
gplayImplementation 'com.github.nextcloud:android-library:1.3.5'
versionDevImplementation 'com.github.nextcloud:android-library:1.3.5'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30050151.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3.5.1 RC1 (March, 08, 2019)

- fixed SSO dialog
- abort sync on no connection
- fix chunked upload
- fix federated share
- add storage picker to upload local chooser

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

0 comments on commit ca40d6c

Please sign in to comment.