1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00
Smack/version.gradle
2014-11-29 18:06:27 +01:00

6 lines
79 B
Groovy

allprojects {
ext {
shortVersion = '4.1.0-alpha6'
isSnapshot = false
}
}