Smack/version.gradle

7 lines
72 B
Groovy

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