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 a87007fb77 Smack 4.1.8
2016-07-30 10:29:30 +02:00

8 lines
122 B
Groovy

allprojects {
ext {
shortVersion = '4.1.8'
isSnapshot = false
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
}
}