This is an android library for reducing boilerplate codes that i use in my projects.
add this url to repositories in project build.gradle
repositories {
maven { url 'https://jitpack.io' }
}
and add this implementation to dependencies in app build.gradle
dependencies {
implementation 'com.github.codegamez:cg-lib:0.1.0'
}