1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-20 10:24:49 +02:00
Smack/version.gradle
Florian Schmaus 1de9d3dee0 Smack 4.2.3
2018-02-07 21:19:01 +01:00

9 lines
122 B
Groovy

allprojects {
ext {
shortVersion = '4.2.3'
isSnapshot = false
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}