1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-27 18:29:35 +02: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) {