1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-11 18:19:38 +02:00
Smack/version.gradle
Florian Schmaus 06becd4ac2 Smack 4.1.5
2015-11-22 22:34:30 +01:00

8 lines
122 B
Groovy

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