mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
Use ranged versions for jXMPP and MiniDNS
This commit is contained in:
parent
1a4ad7b8b5
commit
5273402b87
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ allprojects {
|
|||
ext {
|
||||
shortVersion = '4.3.2'
|
||||
isSnapshot = true
|
||||
jxmppVersion = '0.6.3'
|
||||
miniDnsVersion = '0.3.3'
|
||||
jxmppVersion = '[0.6, 0.7)'
|
||||
miniDnsVersion = '[0.3, 0.4)'
|
||||
smackMinAndroidSdk = 9
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue