mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
smack-bosh: Limit jbosh to the 0.9 series
akin to version.gradle
This commit is contained in:
parent
c83d717a26
commit
653d9dbba7
1 changed files with 3 additions and 1 deletions
|
@ -4,5 +4,7 @@ This API is considered beta quality."""
|
|||
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile 'org.igniterealtime.jbosh:jbosh:[0.9.1,0.10)'
|
||||
// See https://issues.igniterealtime.org/browse/SMACK-858 and
|
||||
// comment in version.gradle why the specify the version this way.
|
||||
compile 'org.igniterealtime.jbosh:jbosh:[0.9.1,0.9.999]'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue