1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 05:14:49 +02:00
Smack/version.gradle
2015-03-24 17:15:53 +01:00

9 lines
132 B
Groovy

allprojects {
ext {
shortVersion = '4.1.0-rc5'
isSnapshot = false
jxmppVersion = '0.4.2-beta1'
smackMinAndroidSdk = 8
}
}