1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-08 08:39:39 +02:00
Smack/version.gradle
2017-01-15 10:02:22 +01:00

8 lines
126 B
Groovy

allprojects {
ext {
shortVersion = '4.2.0-rc2'
isSnapshot = false
jxmppVersion = '0.5.0'
smackMinAndroidSdk = 8
}
}