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 Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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