1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-14 11:39:39 +02:00

Smack 4.0.6

This commit is contained in:
Florian Schmaus 2014-11-23 19:55:08 +01:00
parent a15245eb22
commit 721c3559d5
2 changed files with 12 additions and 1 deletions

View file

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