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
父節點 5b23b9a6ae
當前提交 8978457170
簽署人: vanitasvitae
GPG Key ID: 62BEE9264BF17311
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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