Skip to content

Latest commit

 

History

History
executable file
·
15 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

executable file
·
15 lines (15 loc) · 426 Bytes

CodeGames Library

This is an android library for reducing boilerplate codes that i use in my projects.


for using with gradle

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'
}