try set deoendencies
This commit is contained in:
parent
9d7a028fb2
commit
f6464260a8
|
@ -8,6 +8,9 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'rocks.xmpp:precis:1.0.0'
|
implementation 'rocks.xmpp:precis:1.0.0'
|
||||||
|
implementation "com.sun.xml.bind:jaxb-core:2.2.11"
|
||||||
|
implementation "com.sun.xml.bind:jaxb-impl:2.2.11"
|
||||||
|
implementation "javax.activation:activation:1.1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = "8"
|
sourceCompatibility = "8"
|
||||||
|
|
Loading…
Reference in New Issue