Skip to content

Installation

InterfaceOfOurOwn is distributed via Jitpack only. Include jitpack as a source repo like so:

allprojects {
    repositories {
        // ...
        maven { url "https://jitpack.io" }
    }
}
allprojects {
    repositories {
        // ...
        maven { setUrl("https://jitpack.io") }
    }
}

Then add the dependency to your module's buildscript like so:

implementation 'com.github.soblemprolved:interfaceofourown:0.3.0'
implementation("com.github.soblemprolved:interfaceofourown:0.3.0")

And that's it! You're good to go.