From 7518450626832cce449ee25175d21fee0191ece7 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 14 Feb 2019 08:01:09 +0100 Subject: [PATCH] revert lib to master Signed-off-by: tobiasKaminsky --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 529e6af093..702e3b98c7 100644 --- a/build.gradle +++ b/build.gradle @@ -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:lombok-SNAPSHOT' - gplayImplementation 'com.github.nextcloud:android-library:lombok-SNAPSHOT' - versionDevImplementation 'com.github.nextcloud:android-library:lombok-SNAPSHOT' + genericImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' + gplayImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' + versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' 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'