mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Move gradle subproject configuration into the subproject
This commit is contained in:
parent
45226080e6
commit
93eea8ab8d
12 changed files with 161 additions and 195 deletions
8
bosh/build.gradle
Normal file
8
bosh/build.gradle
Normal file
|
@ -0,0 +1,8 @@
|
|||
description = """\
|
||||
Smack BOSH API.
|
||||
This API is considered beta quality."""
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile 'org.igniterealtime.jbosh:jbosh:0.7.0'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue