1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 17:04:49 +02:00

Smack 4.1.0-beta2

This commit is contained in:
Florian Schmaus 2015-02-02 13:04:47 +01:00
parent 4a769b0262
commit 4b215814db

View file

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