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

9 lines
134 B
Groovy

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