Smack 4.2.1-beta2-SNAPSHOT

This commit is contained in:
Florian Schmaus 2017-07-02 19:26:03 +02:00
parent 7723210afb
commit 3fbdcfee63
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.1-beta1'
isSnapshot = false
shortVersion = '4.2.1-beta2'
isSnapshot = true
jxmppVersion = '0.5.0'
smackMinAndroidSdk = 8
}