mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Add ServerPingWithAlarmManager to smack-android
This commit is contained in:
parent
d8c77de785
commit
bfebf6a4a5
5 changed files with 203 additions and 22 deletions
19
smack-android-extensions/build.gradle
Normal file
19
smack-android-extensions/build.gradle
Normal file
|
@ -0,0 +1,19 @@
|
|||
description = """\
|
||||
Extra Smack extensions for Android."""
|
||||
|
||||
// Note that the test dependencies (junit, …) are inferred from the
|
||||
// sourceSet.test of the core subproject
|
||||
dependencies {
|
||||
compile project(':smack-extensions')
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.bootClasspath = androidBootClasspath
|
||||
}
|
||||
|
||||
// See http://stackoverflow.com/a/2823592/194894
|
||||
// TODO this doesn't seem to work right now. But on the other hand it
|
||||
// is not really required, just to avoid a javadoc compiler warning
|
||||
javadoc {
|
||||
options.linksOffline "http://developer.android.com/reference", androidJavadocOffline
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue