Mario Danic 8 жил өмнө
parent
commit
f1dcd38faf
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      build.gradle

+ 3 - 3
build.gradle

@@ -79,7 +79,7 @@ android {
                 applicationId 'com.nextcloud.client'
             }
 
-            custom {
+            modified {
                 // structure is:
                 // domain tld
                 // domain name
@@ -89,7 +89,7 @@ android {
         }
 
         configurations {
-            customCompile
+            modifiedCompile
         }
     }
 
@@ -188,7 +188,7 @@ dependencies {
     compile 'org.parceler:parceler-api:1.1.6'
     annotationProcessor 'org.parceler:parceler:1.1.6'
 
-    customCompile 'com.google.firebase:firebase-core:10.2.0'
+    modifiedCompile 'com.google.firebase:firebase-core:10.2.0'
 
     /// dependencies for local unit tests
     testCompile 'junit:junit:4.12'