1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00
Smack/version.gradle
2015-09-28 11:16:22 +02:00

8 lines
136 B
Groovy

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