1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-15 12:09:38 +02:00

Smack 4.0.7

This commit is contained in:
Florian Schmaus 2015-02-20 08:36:04 +01:00
parent 81039d2b16
commit b20079f800
2 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,6 @@
allprojects {
ext {
shortVersion = '4.0.7'
isSnapshot = true
isSnapshot = false
}
}