Smack 4.3.0-beta1

This commit is contained in:
Florian Schmaus 2018-02-10 14:53:53 +01:00
parent d6be4a7782
commit 3210baeebd
1 changed files with 2 additions and 2 deletions

View File

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