1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-27 18:29:35 +02:00

Smack 4.2.0-alpha4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2016-01-26 09:41:49 +01:00
parent 269105b2de
commit c8d6cc2b6c

View file

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