Skip to content

How to add the mapmd library via Gradle

Mapmd edited this page May 8, 2019 · 2 revisions

MapMd androd SDK (the map engine)

If you use Gradle you have to add the following dependency to your build.gradle file:

dependencies {
    implementation 'com.github.Mapmd:MapMd:(INSERT_VERSION_HERE)'
}

Gradle dependency

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Clone this wiki locally