1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-16 09:12:06 +01:00
Smack/version.gradle
Florian Schmaus 721c3559d5 Smack 4.0.6
2014-11-23 19:55:08 +01:00

6 lines
72 B
Groovy

allprojects {
ext {
shortVersion = '4.0.6'
isSnapshot = false
}
}