Renetik Android Core Library

Framework to enjoy, improve and speed up your application development while writing readable code. This library although used daily is not polished for other people to dive in easily anymore. It is used as base library for music production and performance app Renetik Instrument. www.renetik.com

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

Step 2. Add the dependency

dependencies {
    implementation 'com.github.renetik.renetik-android-core:1.9.1'
}

GitHub

View Github