Smack 4.2.1-beta1

This commit is contained in:
Florian Schmaus 2017-07-02 18:54:31 +02:00
parent 685edde308
commit 7723210afb
1 changed files with 2 additions and 2 deletions

View File

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