openplayer-android icon indicating copy to clipboard operation
openplayer-android copied to clipboard

Gradle Android Studio Cannot find the repository

Open anquegi opened this issue 10 years ago • 0 comments

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

anquegi avatar Mar 18 '15 13:03 anquegi