Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 849 Bytes

License: MIT

LionParcel Common Android

LionParcel Common Android for helping developer execute LionParcel Design System Pakket. Developed by a core team of engineers and UI/UX at LionParcel, these components enable a reliable development workflow to build beautiful and functional Android apps.

Modules

Download:

Step 1: Add the JitPack repository to your build file

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

Step 2: Add the dependency

implementation 'com.github.Lionparcel.common-android:core:0.3.0'