mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-10 14:16:00 +01:00
9 lines
169 B
Groovy
9 lines
169 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.4.0-alpha2'
|
|
isSnapshot = true
|
|
jxmppVersion = '0.7.0-alpha1'
|
|
miniDnsVersion = '0.4.0-alpha1'
|
|
smackMinAndroidSdk = 9
|
|
}
|
|
}
|