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:
Florian Schmaus 2020-03-07 20:02:52 +01:00
parent 650deda752
commit f7eaa3cc9e
2 changed files with 7 additions and 2 deletions

View File

@ -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")

View File

@ -1,3 +1,7 @@
description="""
Smack API for XEP-0384: OMEMO Encryption
"""
dependencies {
compile project(":smack-im")
compile project(":smack-extensions")