1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-24 12:34:52 +02:00

Smack 4.2.0-beta2-SNAPSHOT

This commit is contained in:
Florian Schmaus 2016-04-15 13:26:59 +02:00
parent 2f4168d3e7
commit b043d9f5b5

View file

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