1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-14 08:12:05 +01:00
Smack/version.gradle
2018-04-15 14:39:10 +02:00

8 lines
121 B
Groovy

allprojects {
ext {
shortVersion = '4.2.5'
isSnapshot = true
jxmppVersion = '0.6.2'
smackMinAndroidSdk = 8
}
}