1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-27 13:54:50 +02:00
Smack/version.gradle
2016-01-23 12:25:23 +01:00

9 lines
121 B
Groovy

allprojects {
ext {
shortVersion = '4.1.7'
isSnapshot = true
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
}
}