fix the android packaging issue (#497)
This commit is contained in:
Родитель
62d8598b6b
Коммит
01d3905801
|
@ -84,6 +84,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
singleVariant("release") {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче