Smack 4.2.5-SNAPSHOT

This commit is contained in:
Florian Schmaus 2018-04-15 14:39:10 +02:00
parent b548da0707
commit 92206b147e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.4'
isSnapshot = false
shortVersion = '4.2.5'
isSnapshot = true
jxmppVersion = '0.6.2'
smackMinAndroidSdk = 8
}