Explorar o código

Provided dependencies can no longer be library projects, only JARs.

Aidan Follestad %!s(int64=10) %!d(string=hai) anos
pai
achega
ba87695683
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/build.gradle

+ 1 - 1
library/build.gradle

@@ -20,7 +20,7 @@ dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:appcompat-v7:21.0.3'
     compile 'com.android.support:support-annotations:21.0.3'
-    provided 'com.android.support:recyclerview-v7:21.0.3'
+    compile 'com.android.support:recyclerview-v7:21.0.3'
 }
 
 publish {