Эх сурвалжийг харах

do not use linked library

tobiaskaminsky 7 жил өмнө
parent
commit
4281a02314
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -194,8 +194,8 @@ android {
 dependencies {
     /// dependencies for app building
     implementation 'com.android.support:multidex:1.0.2'
-//    implementation 'com.github.nextcloud:android-library:1.0.34'
-    implementation project('nextcloud-android-library')
+//    implementation project('nextcloud-android-library')
+    implementation 'com.github.nextcloud:android-library:1.0.34'
     versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' // use always latest master
     implementation "com.android.support:support-v4:${supportLibraryVersion}"
     implementation "com.android.support:design:${supportLibraryVersion}"