/common-android

Common Library for Android Deveopment

Primary LanguageKotlinMIT LicenseMIT

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'