Merge pull request #346 from vanitasvitae/fixAndroid

Don't compile android.jar contents into smack-android jar
This commit is contained in:
Florian Schmaus 2019-09-16 09:53:55 +02:00 committed by GitHub
commit effe82a9c9
No known key found for this signature in database
GPG avaimen ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa

Näytä tiedosto

@ -24,5 +24,5 @@ dependencies {
}
// Add the Android jar to the Eclipse .classpath.
compile files(androidBootClasspath)
compileOnly files(androidBootClasspath)
}