1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-06 00:25:57 +01:00

Smack 4.1.4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2015-07-15 12:30:39 +02:00
parent f8d513e37c
commit 38b8016ab7

View file

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