1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00
Smack/version.gradle
Florian Schmaus 14f4f8eed9 Smack 4.3.0
2018-08-02 15:29:59 +02:00

10 lines
169 B
Groovy

allprojects {
ext {
shortVersion = '4.4.0-alpha2'
isSnapshot = true
jxmppVersion = '0.7.0-alpha1'
miniDnsVersion = '0.4.0-alpha1'
smackMinAndroidSdk = 9
}
}