1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00
Smack/version.gradle
2014-11-04 14:43:41 +01:00

7 lines
78 B
Groovy

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