2014-11-04 14:43:41 +01:00
|
|
|
allprojects {
|
|
|
|
ext {
|
2019-02-22 10:57:48 +01:00
|
|
|
shortVersion = '4.3.3'
|
|
|
|
isSnapshot = true
|
2019-02-24 22:09:47 +01:00
|
|
|
// 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].
|
2019-03-14 14:29:23 +01:00
|
|
|
// See also:
|
|
|
|
// - https://issues.apache.org/jira/browse/MNG-6232
|
|
|
|
// - https://issues.igniterealtime.org/browse/SMACK-858
|
2019-02-24 22:09:47 +01:00
|
|
|
jxmppVersion = '[0.6, 0.6.999]'
|
|
|
|
miniDnsVersion = '[0.3, 0.3.999]'
|
2018-04-24 21:41:31 +02:00
|
|
|
smackMinAndroidSdk = 9
|
2014-11-04 14:43:41 +01:00
|
|
|
}
|
|
|
|
}
|