1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00
Smack/version.gradle
2016-04-15 13:26:59 +02:00

9 lines
134 B
Groovy

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