1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22:05 +01:00

Smack 4.3.0-beta2-SNAPSHOT

This commit is contained in:
Florian Schmaus 2018-02-10 18:16:14 +01:00
parent 3210baeebd
commit e00ebd2141

View file

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