renetik-android-event
Renetik Android Event
Framework to enjoy, improve and speed up your application development while writing readable code. Used as library for music production and performance app Renetik Instruments www.renetik.com as well as other projects.
allprojects {
repositories {
// For master-SNAPSHOT
maven { url 'https://github.com/renetik/maven-snapshot/raw/master/repository' }
// For release builds
maven { url 'https://github.com/renetik/maven/raw/master/repository' }
}
}
Content copied to clipboard
Step 2. Add the dependency
dependencies {
implementation 'com.renetik.library:renetik-android-event:$latest-renetik-android-release'
}
Content copied to clipboard