mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-16 01:02:06 +01:00
8 lines
128 B
Groovy
8 lines
128 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.3'
|
|
isSnapshot = false
|
|
jxmppVersion = '0.4.2-beta1'
|
|
smackMinAndroidSdk = 8
|
|
}
|
|
}
|