Fix liblinphone-sdk javadoc
This commit is contained in:
parent
7b3a21c4b9
commit
1b445ef0db
2 changed files with 8 additions and 2 deletions
|
@ -20,10 +20,15 @@ allprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configurations {
|
||||||
|
javadocDeps
|
||||||
|
}
|
||||||
|
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.5'
|
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.14'
|
||||||
|
javadocDeps group: 'org.apache.commons', name: 'commons-compress', version: '1.14'
|
||||||
}
|
}
|
||||||
|
|
||||||
def submoduleDir = ['submodules/mediastreamer2/java/src',
|
def submoduleDir = ['submodules/mediastreamer2/java/src',
|
||||||
|
@ -86,6 +91,7 @@ task(releaseJavadoc, type: Javadoc, dependsOn: "assembleRelease") {
|
||||||
'**/**.aidl']
|
'**/**.aidl']
|
||||||
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
|
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
|
||||||
classpath += files(android.libraryVariants.release.javaCompile.classpath.files)
|
classpath += files(android.libraryVariants.release.javaCompile.classpath.files)
|
||||||
|
classpath += configurations.javadocDeps
|
||||||
}
|
}
|
||||||
|
|
||||||
task sourcesJar(type: Jar) {
|
task sourcesJar(type: Jar) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2b6bcbc7f46423d17c18f2e2eafe52ac245e337f
|
Subproject commit c3f94fbddf73fdab12c403a6c3ee2cfb6d0ba334
|
Loading…
Reference in a new issue