1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-16 01:02:06 +01:00
Smack/version.gradle
Florian Schmaus b20079f800 Smack 4.0.7
2015-02-20 09:11:39 +01:00

6 lines
72 B
Groovy

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