mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +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 ->
|
||||
compile project
|
||||
}
|
||||
|
||||
// Add the Android jar to the Eclipse .classpath.
|
||||
compile files(androidBootClasspath)
|
||||
}
|
||||
|
||||
configure (androidProjects) {
|
||||
|
|
Loading…
Reference in a new issue