mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-14 08:12:05 +01:00
9 lines
155 B
Groovy
9 lines
155 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.4.0-alpha2'
|
|
isSnapshot = true
|
|
jxmppVersion = '0.6.2'
|
|
miniDnsVersion = '0.3.0'
|
|
smackMinAndroidSdk = 9
|
|
}
|
|
}
|