mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-14 03:32:06 +01:00
456d645e27
Fixes SMACK-858.
13 lines
374 B
Groovy
13 lines
374 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.3.3'
|
|
isSnapshot = true
|
|
// When using dynamic versions for those, do *not* use [1.0,
|
|
// 2.0), since this will also pull in 2.0-alpha1. Instead use
|
|
// [1.0, 1.0.99].
|
|
// See also https://issues.apache.org/jira/browse/MNG-6232
|
|
jxmppVersion = '[0.6, 0.6.999]'
|
|
miniDnsVersion = '[0.3, 0.3.999]'
|
|
smackMinAndroidSdk = 9
|
|
}
|
|
}
|