1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 15:44:49 +02:00
Smack/version.gradle
2018-02-07 21:44:59 +01:00

9 lines
121 B
Groovy

allprojects {
ext {
shortVersion = '4.2.4'
isSnapshot = true
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}