1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 14:44:49 +02:00
Smack/version.gradle
Florian Schmaus 2f88382b8a Smack 4.2.1
2017-08-14 20:23:35 +02:00

9 lines
128 B
Groovy

allprojects {
ext {
shortVersion = '4.3.0-alpha1'
isSnapshot = true
jxmppVersion = '0.5.0'
smackMinAndroidSdk = 8
}
}