1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-27 05:44:50 +02:00
Smack/version.gradle
Florian Schmaus 73c531f841 Smack 4.1.6
2016-01-23 12:14:40 +01:00

9 lines
135 B
Groovy

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