1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00
Smack/version.gradle
Florian Schmaus a8044f723a Smack 4.3.2
2019-02-22 09:22:23 +01:00

9 lines
170 B
Groovy

allprojects {
ext {
shortVersion = '4.4.0-alpha2'
isSnapshot = true
jxmppVersion = '0.7.0-alpha5'
miniDnsVersion = '0.4.0-alpha3'
smackMinAndroidSdk = 19
}
}