Fix compilation
This commit is contained in:
parent
41300c96d9
commit
2cd30c5d51
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ task androidJar(type: Jar) {
|
|||
from sourceSets.main.resources
|
||||
}
|
||||
|
||||
compileJava {
|
||||
dependsOn collectExternalResources
|
||||
}
|
||||
|
||||
artifacts {
|
||||
android androidJar
|
||||
|
|
Loading…
Reference in a new issue