1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

Smack 4.3.0-beta1

This commit is contained in:
Florian Schmaus 2018-02-10 14:53:53 +01:00
parent d6be4a7782
commit 3210baeebd

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
}