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

Smack 4.1.0-beta1

This commit is contained in:
Florian Schmaus 2015-01-14 09:06:33 +01:00
parent fc14962445
commit fd69a4c97f

View file

@ -1,8 +1,8 @@
allprojects {
ext {
shortVersion = '4.1.0-alpha7'
isSnapshot = true
jxmppVersion = "0.4.1-alpha2-SNAPSHOT"
shortVersion = '4.1.0-beta1'
isSnapshot = false
jxmppVersion = '0.4.1'
smackMinAndroidSdk = 8
}
}