Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 637 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 637 Bytes

prjkt's Android Commons

Docs

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    // Build tools (AAPT and Zipalign)
    implementation 'com.github.prjkt-io.android-commons:buildtools:[latest_version]'
    
    // Shell utils
    implementation 'com.github.prjkt-io.android-commons:shell:[latest_version]'
    
    // Theme app backend
    implementation 'com.github.prjkt-io.android-commons:theme:[latest_version]'
}