Raise jbosh version to 0.7.0

This commit is contained in:
Florian Schmaus 2014-02-20 13:11:10 +01:00
parent b4d735e862
commit 4db0b101c2
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ This API is considered beta quality."""
dependencies {
compile project(':core')
compile 'org.igniterealtime.jbosh:jbosh:0.6.0'
compile 'org.igniterealtime.jbosh:jbosh:0.7.0'
}
}