mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
gradle: add Android jar to smack-android-extensions compile classpath
This commit is contained in:
parent
f7eaa3cc9e
commit
7b002ea214
1 changed files with 3 additions and 0 deletions
|
@ -6,4 +6,7 @@ Extra Smack extensions for Android."""
|
|||
dependencies {
|
||||
compile project(':smack-android')
|
||||
compile project(':smack-extensions')
|
||||
|
||||
// Add the Android jar to the Eclipse .classpath.
|
||||
compileClasspath files(androidBootClasspath)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue