1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 14:17:08 +02:00
Smack/version.gradle
Florian Schmaus b5c9bb2611 Change jxmpp version to 0.4.1-alpha2-SNAPSHOT
Mostly because of 738276e1aca093da16ea160462bdda7523a26a14 in jxmpp,
which fixes fractional seconds parsing.

Which made also the slight change in DelayInformationTest necessary.
2014-12-12 11:50:33 +01:00

9 lines
144 B
Groovy

allprojects {
ext {
shortVersion = '4.1.0-alpha7'
isSnapshot = true
jxmppVersion = "0.4.1-alpha2-SNAPSHOT"
smackMinAndroidSdk = 8
}
}