1
0
Fork 0

Merge pull request #346 from vanitasvitae/fixAndroid

Don't compile android.jar contents into smack-android jar
Dieser Commit ist enthalten in:
Florian Schmaus 2019-09-16 09:53:55 +02:00 committet von GitHub
Commit effe82a9c9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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