1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-14 16:22:07 +01:00
Smack/version.gradle
Florian Schmaus b548da0707 Smack 4.2.4
2018-04-15 14:01:49 +02:00

8 lines
122 B
Groovy

allprojects {
ext {
shortVersion = '4.2.4'
isSnapshot = false
jxmppVersion = '0.6.2'
smackMinAndroidSdk = 8
}
}