Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid maven url #14

Open
Druvid opened this issue May 8, 2019 · 0 comments
Open

Invalid maven url #14

Druvid opened this issue May 8, 2019 · 0 comments

Comments

@Druvid
Copy link

Druvid commented May 8, 2019

The repository at https://github.com/kshoji/USB-MIDI-Driver/raw/master/library/repository does not exit, as described here: https://github.com/kshoji/javax.sound.midi-for-Android/wiki/Use-library-with-Android-Studio

Also, in Android Studio, the project root build.gradle need two separate entries for maven url like this:

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url 'https://github.com/kshoji/BLE-MIDI-for-Android/raw/master/library/repository'
        }
        maven {
        url 'https://github.com/kshoji/USB-MIDI-Driver/raw/master/library/repository'
        }
        mavenCentral()       
    }
}

and
compile 'jp.kshoji:midi-driver:0.1.4:@aar' should be replaced by
implementation 'jp.kshoji:midi-driver:0.1.4:@aar'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant