Skip to content

Gradle Android Studio Cannot find the repository #2

@anquegi

Description

@anquegi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions