mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
2856b8ace6
Mathematical range syntax was introduced with
31c53f094c
, but unforutantely brackets
and parentheses where reversed.
8 lines
177 B
Groovy
8 lines
177 B
Groovy
description = """\
|
|
Smack BOSH API.
|
|
This API is considered beta quality."""
|
|
|
|
dependencies {
|
|
compile project(':smack-core')
|
|
compile 'org.igniterealtime.jbosh:jbosh:[0.8,0.9)'
|
|
}
|