Smack 4.1.7-SNAPSHOT

This commit is contained in:
Florian Schmaus 2016-01-23 12:25:23 +01:00
parent 73c531f841
commit a89b9301ad
1 changed files with 2 additions and 2 deletions

View File

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