1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-15 08:04:49 +02:00
Smack/version.gradle
Florian Schmaus 54719a43e2 Smack 4.1.2
2015-06-27 14:33:14 +02:00

9 lines
135 B
Groovy

allprojects {
ext {
shortVersion = '4.2.0-alpha2'
isSnapshot = true
jxmppVersion = '0.5.0-alpha6'
smackMinAndroidSdk = 8
}
}