Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 243 Bytes

File metadata and controls

15 lines (15 loc) · 243 Bytes
  1. Add jitpack repository.
repositories {
    maven {
        name = "jitpack"
        url = "https://jitpack.io"
    }
}
  1. Add dependency
dependencies {
    implementation 'com.github.ChromMob:ConfigManager:master-SNAPSHOT'
}