mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-02-16 22:06:25 +01:00
Don't compile android.jar contents into smack-android jar
This commit is contained in:
parent
5b23b9a6ae
commit
8978457170
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ dependencies {
|
|||
}
|
||||
|
||||
// Add the Android jar to the Eclipse .classpath.
|
||||
compile files(androidBootClasspath)
|
||||
compileOnly files(androidBootClasspath)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue