Fix compilation

This commit is contained in:
Victor Shcherb 2018-06-15 17:38:32 +02:00
parent 41300c96d9
commit 2cd30c5d51

View file

@ -61,6 +61,9 @@ task androidJar(type: Jar) {
from sourceSets.main.resources
}
compileJava {
dependsOn collectExternalResources
}
artifacts {
android androidJar