mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Use different version specifier for jxmpp and MiniDNS
Fixes SMACK-858.
This commit is contained in:
parent
3bdc1d30b1
commit
456d645e27
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@ allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.3.3'
|
shortVersion = '4.3.3'
|
||||||
isSnapshot = true
|
isSnapshot = true
|
||||||
jxmppVersion = '[0.6, 0.7)'
|
// When using dynamic versions for those, do *not* use [1.0,
|
||||||
miniDnsVersion = '[0.3, 0.4)'
|
// 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
|
smackMinAndroidSdk = 9
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue