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

Smack 4.3.4

This commit is contained in:
Florian Schmaus 2019-05-27 11:16:33 +02:00
parent 2ceadc0de1
commit 8831961afe
2 changed files with 27 additions and 1 deletions

View file

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.3.4'
isSnapshot = true
isSnapshot = false
// When using dynamic versions for those, do *not* use [1.0,
// 2.0), since this will also pull in 2.0-alpha1. Instead use
// [1.0, 1.0.99].