1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-16 01:02:06 +01:00
Smack/version.gradle
2014-11-23 20:00:36 +01:00

6 lines
71 B
Groovy

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