forked from mirror/monocles_chat_clean
79a9fd57cd
Changes to this library will be implemented as additional commits.
14 lines
209 B
Groovy
14 lines
209 B
Groovy
apply plugin: 'java-library'
|
|
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'rocks.xmpp:precis:1.0.0'
|
|
}
|
|
|
|
sourceCompatibility = "8"
|
|
targetCompatibility = "8"
|