1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01:00

Add Android jar to classpath

This commit is contained in:
Florian Schmaus 2016-02-24 10:46:00 +01:00
parent 189982a9ba
commit a4fc39d95f

View file

@ -14,6 +14,9 @@ dependencies {
}.each { project -> }.each { project ->
compile project compile project
} }
// Add the Android jar to the Eclipse .classpath.
compile files(androidBootClasspath)
} }
configure (androidProjects) { configure (androidProjects) {