1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-26 05:24:51 +02:00

Smack 4.2.0-beta2

This commit is contained in:
Florian Schmaus 2016-07-30 11:00:06 +02:00
parent 00134c8f50
commit 252f1b690c

View file

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