We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880ac5 commit 3904962Copy full SHA for 3904962
library/build.gradle
@@ -19,9 +19,3 @@ android {
19
dependencies {
20
compile "com.android.support:recyclerview-v7:${rootProject.supportLibsVersion}"
21
}
22
-
23
-apply from: 'gradle-maven-push.gradle'
24
25
-afterEvaluate {
26
- androidJavadocs.classpath += project.android.libraryVariants.toList().first().javaCompile.classpath
27
-}
library/gradle-maven-push.gradle
0 commit comments