This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
PiratX-Archive/libs/xmpp-addr/build.gradle
2020-03-22 18:06:59 +01:00

14 lines
209 B
Groovy

apply plugin: 'java-library'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
implementation 'rocks.xmpp:precis:1.1.0'
}
sourceCompatibility = "8"
targetCompatibility = "8"