doublesymmetry / KotlinAudio

KotlinAudio is an Android audio player written in Kotlin, making it simpler to work with audio playback from streams and files.
Apache License 2.0
44 stars 70 forks source link

Could not find KotlinAudio v0.1.29 #74

Closed ismailassa closed 1 year ago

ismailassa commented 1 year ago

KotlinAudio v0.1.29 could not be found when building for android, see the error message bellow: The https links return a 404 page

Could not resolve all files for configuration ':app:[REDACTED]RuntimeClasspath'.
Could not find com.github.DoubleSymmetry:KotlinAudio:v0.1.29.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/github/DoubleSymmetry/KotlinAudio/v0.1.29/KotlinAudio-v0.1.29.pom
- file:/Users/vagrant/.m2/repository/com/github/DoubleSymmetry/KotlinAudio/v0.1.29/KotlinAudio-v0.1.29.pom
- file:/Users/vagrant/git/node_modules/react-native/android/com/github/DoubleSymmetry/KotlinAudio/v0.1.29/KotlinAudio-v0.1.29.pom
- https://dl.google.com/dl/android/maven2/com/github/DoubleSymmetry/KotlinAudio/v0.1.29/KotlinAudio-v0.1.29.pom
- https://www.jitpack.io/com/github/DoubleSymmetry/KotlinAudio/v0.1.29/KotlinAudio-v0.1.29.pom
Required by:
project :app > project :react-native-track-player
xenokratos commented 1 year ago

Triggering the build on jitpack did fix it -> KotlinAudio - v0.1.29 Screenshot 2023-04-04 at 13 46 12

It works but still, having to do it manually is not optimal 😅

jspizziri commented 1 year ago

@dcvz I believe this issue can be closed.