aboutsummaryrefslogtreecommitdiffstats
path: root/libs/xmpp-addr/build.gradle
blob: 2d30752c4d730c39117bb7890864202de6284ea9 (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.0.0'
}

sourceCompatibility = "8"
targetCompatibility = "8"