Merge pull request #346 from vanitasvitae/fixAndroid

Don't compile android.jar contents into smack-android jar
This commit is contained in:
Florian Schmaus 2019-09-16 09:53:55 +02:00 committed by GitHub
커밋 effe82a9c9
No known key found for this signature in database
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)
}