mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
8 lines
128 B
Groovy
8 lines
128 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.2'
|
|
isSnapshot = false
|
|
jxmppVersion = '0.4.2-beta1'
|
|
smackMinAndroidSdk = 8
|
|
}
|
|
}
|