Merge pull request #346 from vanitasvitae/fixAndroid

Don't compile android.jar contents into smack-android jar
Bu işleme şunda yer alıyor:
Florian Schmaus 2019-09-16 09:53:55 +02:00 işlemeyi yapan: GitHub
işleme effe82a9c9
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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