1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-05 03:35:59 +01:00
Smack/version.gradle
Florian Schmaus b548da0707 Smack 4.2.4
2018-04-15 14:01:49 +02:00

8 lines
127 B
Groovy

allprojects {
ext {
shortVersion = '4.3.0-beta2'
isSnapshot = true
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}