1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Don't compile android.jar contents into smack-android jar

This commit is contained in:
Paul Schaub 2019-09-13 01:14:12 +02:00
parent 5b23b9a6ae
commit 8978457170
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

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)
} }