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-02-14 09:36:31 +01:00

8 lines
132 B
Groovy

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