1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-28 10:49:34 +02:00
Smack/version.gradle
Florian Schmaus 5bb4727c57 Use Jid (and subclasses) from jxmpp-jid
Fixes SMACK-634
2015-02-17 16:07:16 +01:00

9 lines
135 B
Groovy

allprojects {
ext {
shortVersion = '4.2.0-alpha1'
isSnapshot = true
jxmppVersion = '0.5.0-alpha1'
smackMinAndroidSdk = 8
}
}