mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-12 19:02:06 +01:00
e98d42790a
This commit adds - SmackReactor / NIO - a framework for finite state machine connections - support for Java 8 - pretty printed XML debug output It also - reworks the integration test framework - raises the minimum Android API level to 19 - introduces XmppNioTcpConnection Furthermore fixes SMACK-801 (at least partly). Java 8 language features are available, but not all runtime library methods. For that we would need to raise the Android API level to 24 or higher.
9 lines
170 B
Groovy
9 lines
170 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.4.0-alpha2'
|
|
isSnapshot = true
|
|
jxmppVersion = '0.7.0-alpha5'
|
|
miniDnsVersion = '0.4.0-alpha3'
|
|
smackMinAndroidSdk = 19
|
|
}
|
|
}
|