Hi,
I am trying to use the OpenSky API in and android studio project. I added a dependency to the app build.gradle file like so:
dependencies {
implementation 'org.opensky:opensky-api:1.3.0'
}
But when I try to sync the gradle project files (compile them) android studio gives me an error saying: ERROR: Failed to resolve: org.opensky:opensky-api:1.3.0
What is the proper way to add this API as a dependency in Android Studio?