Skip to content

Commit

Permalink
Merge pull request #3468 from nextcloud/342rc2
Browse files Browse the repository at this point in the history
3.4.2 RC2
  • Loading branch information
tobiasKaminsky authored Jan 17, 2019
2 parents fab9421 + a30d814 commit 7a92069
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {
def versionMajor = 3
def versionMinor = 4
def versionPatch = 2
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 52 // 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 @@ -209,9 +209,9 @@ dependencies {
// dependencies for app building
implementation 'com.android.support:multidex:1.0.3'
// implementation project('nextcloud-android-library')
genericImplementation "com.github.nextcloud:android-library:1.2.1"
gplayImplementation "com.github.nextcloud:android-library:1.2.1"
versionDevImplementation "com.github.nextcloud:android-library:1.2.1"
genericImplementation "com.github.nextcloud:android-library:1.2.3"
gplayImplementation "com.github.nextcloud:android-library:1.2.3"
versionDevImplementation "com.github.nextcloud:android-library:1.2.3"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "com.android.support:support-v4:${supportLibraryVersion}"
implementation "com.android.support:design:${supportLibraryVersion}"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040252.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
3.4.2 RC2 (January, 17, 2019)

- fix sharing to group
- show correct share error messages
- fix bug when searching for user/group if Talk is disabled

0 comments on commit 7a92069

Please sign in to comment.