mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
b5c9bb2611
Mostly because of 738276e1aca093da16ea160462bdda7523a26a14 in jxmpp, which fixes fractional seconds parsing. Which made also the slight change in DelayInformationTest necessary.
8 lines
144 B
Groovy
8 lines
144 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.0-alpha7'
|
|
isSnapshot = true
|
|
jxmppVersion = "0.4.1-alpha2-SNAPSHOT"
|
|
smackMinAndroidSdk = 8
|
|
}
|
|
}
|