1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/version.gradle
Florian Schmaus 4bb8aea281 Smack 4.1.0
2015-03-29 12:05:59 +02:00

9 lines
135 B
Groovy

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