1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00
Smack/version.gradle
Florian Schmaus 0fcacf3d9a Smack 4.2.2
2017-11-25 17:44:45 +01:00

8 lines
122 B
Groovy

allprojects {
ext {
shortVersion = '4.2.2'
isSnapshot = false
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}