mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Use AnimalSniffer to check for Android API compatiblity
This commit is contained in:
parent
dddf62763e
commit
3a264777bd
2 changed files with 15 additions and 11 deletions
|
@ -17,14 +17,3 @@ dependencies {
|
|||
// Add the Android jar to the Eclipse .classpath.
|
||||
compile files(androidBootClasspath)
|
||||
}
|
||||
|
||||
configure (androidProjects) {
|
||||
task compileAndroid(type: JavaCompile) {
|
||||
source = compileJava.source
|
||||
classpath = compileJava.classpath
|
||||
destinationDir = new File(buildDir, 'android')
|
||||
options.bootClasspath = androidBootClasspath
|
||||
}
|
||||
}
|
||||
|
||||
test { dependsOn androidProjects*.compileAndroid }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue