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