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

Smack 4.2.0-beta3-SNAPSHOT

This commit is contained in:
Florian Schmaus 2016-07-30 11:11:54 +02:00
parent 252f1b690c
commit 632acbe33f

View file

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