1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-28 14:34:51 +02:00
Smack/version.gradle

7 lines
78 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
shortVersion = '4.1.0-alpha6'
isSnapshot = true
}
}