Merge pull request #346 from vanitasvitae/fixAndroid

Don't compile android.jar contents into smack-android jar
このコミットが含まれているのは:
Florian Schmaus 2019-09-16 09:53:55 +02:00 committed by GitHub
コミット effe82a9c9
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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