ticofab / android-gpx-parser

A library to parse XML Gpx files, built for Android.
Apache License 2.0
123 stars 44 forks source link

New Way to add jitpack Repo #42

Closed ASDFGamer closed 3 years ago

ASDFGamer commented 3 years ago

With the new Gradle Version from Android Studio Arctic Fox (September 2021) it is no longer possible to add repositories via the the allProjects Tag in the root Gradle File. This issue on Stackoverflow shows how it can be done now: In Android Studio Arctic Fox Canary 8, the app level build.gradle does not generate allprojects section and causes error when manually added

I would suggest that the readme is updated to show the new way (and the old way).

ticofab commented 3 years ago

Added in README. Thanks!