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.2.4'
|
|
isSnapshot = false
|
|
jxmppVersion = '0.6.2'
|
|
smackMinAndroidSdk = 8
|
|
}
|
|
}
|