mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01:00
Add Android jar to classpath
This commit is contained in:
parent
189982a9ba
commit
a4fc39d95f
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue