aucd29 / common

kotlin extension libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

common

Build Status

Add it to your build.gradle with:

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

Step 2. Add the dependency

dependencies {
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support:design:26.1.0'
    implementation 'com.google.android.gms:play-services-ads:8.3.0'
    
    implementation "com.github.tony19:logback-android:1.1.1-3"
    implementation 'org.slf4j:slf4j-api:1.7.5'

    implementation "android.arch.lifecycle:extensions:1.1.1"
    annotationProcessor "android.arch.lifecycle:compiler:1.1.1"

    implementation 'com.github.aucd29:common:2.0.5'
}

About

kotlin extension libs

License:Apache License 2.0


Languages

Language:Kotlin 99.5%Language:Java 0.5%