mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Switch jbosh to 0.8.0-SNAPSHOT
This commit is contained in:
parent
d349940537
commit
d8c656270e
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,13 @@ description = """\
|
|||
Smack BOSH API.
|
||||
This API is considered beta quality."""
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile 'org.igniterealtime.jbosh:jbosh:0.7.0'
|
||||
compile 'org.igniterealtime.jbosh:jbosh:0.8.0-SNAPSHOT'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue