openplayer-android
openplayer-android copied to clipboard
Gradle Android Studio Cannot find the repository
Hi all,
Thanks for this great player, but reading the readme I found that with your configuration of repo OpusCoderPlayerDecoder / app / build.gradle
dependencies { ... compile 'com.audionowdigital:OpenPlayer:1.0.0' }
I can't download, instead of using that i Have to use this:
dependencies { ... compile group: "com.audionowdigital", name: "openplayer-android", version: "1.0.0", ext: "aar" }
I think that is for the aar and also the name