1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-08 08:39:39 +02:00
Smack/version.gradle
Florian Schmaus af6e80decc Smack 4.1.9
2016-11-19 14:34:29 +01:00

8 lines
122 B
Groovy

allprojects {
ext {
shortVersion = '4.1.9'
isSnapshot = false
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
}
}