1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-08 22:21:08 +01:00

Smack 4.1.4

This commit is contained in:
Florian Schmaus 2015-09-14 08:58:21 +02:00
parent 23b7626c18
commit 86de237b2c
2 changed files with 30 additions and 1 deletions

View file

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