2014-11-04 14:43:41 +01:00
|
|
|
allprojects {
|
|
|
|
ext {
|
2019-07-21 08:01:49 +02:00
|
|
|
shortVersion = '4.4.0-alpha3'
|
|
|
|
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
|
2018-10-22 20:43:36 +02:00
|
|
|
jxmppVersion = '0.7.0-alpha5'
|
2018-10-15 13:12:11 +02:00
|
|
|
miniDnsVersion = '0.4.0-alpha3'
|
2019-02-04 08:59:39 +01:00
|
|
|
smackMinAndroidSdk = 19
|
2014-11-04 14:43:41 +01:00
|
|
|
}
|
|
|
|
}
|