1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 07:24:51 +02:00
Smack/version.gradle
Florian Schmaus 721c3559d5 Smack 4.0.6
2014-11-23 19:55:08 +01:00

7 lines
78 B
Groovy

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