1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-06 02:51:11 +01:00
Smack/version.gradle
2017-11-25 17:59:07 +01:00

8 lines
128 B
Groovy

allprojects {
ext {
shortVersion = '4.3.0-alpha1'
isSnapshot = true
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}