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

Samck 4.1.0-rc3-SNAPSHOT

This commit is contained in:
Florian Schmaus 2015-02-21 17:20:47 +01:00
parent 407f555cbf
commit 0fae7a26c2

View file

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.0-rc2'
isSnapshot = false
shortVersion = '4.1.0-rc3'
isSnapshot = true
jxmppVersion = '0.4.2-beta1'
smackMinAndroidSdk = 8
}