瀏覽代碼

use lombok lib branch for testing the lib branch and fixing compile issues due to changed method signatures

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 年之前
父節點
當前提交
b4e9ecbf49
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      build.gradle

+ 3 - 3
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:master-SNAPSHOT'
-    gplayImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
-    versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
+    genericImplementation 'com.github.nextcloud:android-library:lombok-SNAPSHOT'
+    gplayImplementation 'com.github.nextcloud:android-library:lombok-SNAPSHOT'
+    versionDevImplementation 'com.github.nextcloud:android-library:lombok-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'