mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-17 09:42:05 +01:00
gradle: smack-omemo(-signal) add description, remove plugins
As those plugins are already configured by the projects root build.gradle file, there is no need to apply them again.
This commit is contained in:
parent
650deda752
commit
f7eaa3cc9e
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
apply plugin: 'checkstyle'
|
||||
apply plugin: 'maven'
|
||||
description="""
|
||||
Smack API for XEP-0384: OMEMO Encryption using libsignal
|
||||
"""
|
||||
|
||||
dependencies {
|
||||
compile project(":smack-im")
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
description="""
|
||||
Smack API for XEP-0384: OMEMO Encryption
|
||||
"""
|
||||
|
||||
dependencies {
|
||||
compile project(":smack-im")
|
||||
compile project(":smack-extensions")
|
||||
|
|
Loading…
Reference in a new issue