Hi,
Thanks for the fast reply,
I get the files from the maven central repository but now I get this error while trying to build my android app:
Error: Program type already present: org.xmlpull.v1.XmlPullParserException
A google search didn’t help much as there are not many relevant results and the ones that exist didn’t help
I tried finding the cause with gradlew app:dependencies but with no luck, as no library seems to be using XmlPullParser
Also I’ve tried excluding this library with:
configurations {
all*.exclude group: ‘xmlpull’, module: ‘xmlpull’
}
but it didn’t help.
Any help with the matter will be very appreciated.