1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 00:24:52 +02:00

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

View file

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