aboutsummaryrefslogtreecommitdiffstats
path: root/libs/xmpp-addr/build.gradle
blob: 0675efe7dab4474ab9a7e05a0fbd76e0bd88dc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply plugin: 'java-library'

repositories {
    google()
    jcenter()
    mavenCentral()
}

dependencies {
    implementation 'rocks.xmpp:precis:1.1.0'
}

sourceCompatibility = "8"
targetCompatibility = "8"