Smack 4.1.3-SNAPSHOT

This commit is contained in:
Florian Schmaus 2015-06-27 15:04:26 +02:00
parent 54719a43e2
commit 7d97653926
1 changed files with 2 additions and 2 deletions

View File

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