diff --git a/build.gradle b/build.gradle index 74da44797978..e0bd63622da7 100644 --- a/build.gradle +++ b/build.gradle @@ -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")) { @@ -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' diff --git a/fastlane/metadata/android/en-US/changelogs/30050151.txt b/fastlane/metadata/android/en-US/changelogs/30050151.txt new file mode 100644 index 000000000000..37322f006aa0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30050151.txt @@ -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