Skip to content

quentin7b/android-boilerplate

Repository files navigation

Android Boilerplate

Hosted on Jitpack.io

TL;DR A set of code bunches I don't want to write anymore !

Elements

Install

Add it over jitpack.io

In the project build.gradle

allprojects {    
   repositories {    
       jcenter()    
       // Maybe google()    
       maven { url "https://jitpack.io" }    
   }    
}    

In the module build.gradle

dependencies {    
   implementation 'com.github.quentin7b.android-boilerplate:1.1.0'    
}    

License

Project is under Apache 2
Feel free to improve by opening an issue or a pull request