mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 16:52:07 +01:00
8 lines
128 B
Groovy
8 lines
128 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.0-alpha7'
|
|
isSnapshot = true
|
|
jxmppVersion = "0.4.0"
|
|
smackMinAndroidSdk = 8
|
|
}
|
|
}
|