Added xml parser dependency

This commit is contained in:
CappielloAntonio 2021-07-25 14:39:33 +02:00
parent 6cfdb8ce2d
commit a357026676
2 changed files with 12 additions and 3 deletions

View file

@ -17,7 +17,12 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven {
url 'https://jitpack.io'
}
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}
}