Kaynağa Gözat

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

Aidan Follestad 10 yıl önce
ebeveyn
işleme
ba87695683
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 {