1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Move jxmppVersion and smackMinAndroidSdk to version.gradle

This commit is contained in:
Florian Schmaus 2014-12-09 13:49:57 +01:00
parent 05870e6a22
commit 7bf3c3ea5d
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,7 @@ allprojects {
ext {
shortVersion = '4.1.0-alpha7'
isSnapshot = true
jxmppVersion = "0.4.0"
smackMinAndroidSdk = 8
}
}