소스 검색

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

Aidan Follestad 10 년 전
부모
커밋
ba87695683
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {