1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 06:12:05 +01:00

Bump jBOSH to 0.9

This commit is contained in:
Florian Schmaus 2017-01-02 09:41:08 +01:00
parent 183c605278
commit 5027e9001f

View file

@ -4,5 +4,5 @@ This API is considered beta quality."""
dependencies { dependencies {
compile project(':smack-core') compile project(':smack-core')
compile 'org.igniterealtime.jbosh:jbosh:[0.8,0.9)' compile 'org.igniterealtime.jbosh:jbosh:[0.9,0.10)'
} }