caravancodes / hizari-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hizari-ui

JitPack

Version Release

This Is Latest Release (Still Being Developed)

$version_release = 0.0.1b

Download this project

Step 1. Add the JitPack repository to your build file (build.gradle : Project)

<Option 1> Groovy Gradle

// Add it in your root build.gradle at the end of repositories:

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

<Option 2> Kotlin DSL Gradle

// Add it in your root build.gradle.kts at the end of repositories:

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

Step 2. Add the dependency (build.gradle : Module)

<Option 1> Groovy Gradle

dependencies {
    // library hizari-ui
    implementation 'com.github.hudiohizari:hizari-ui:0.0.1b'
}

<Option 2> Kotlin DSL Gradle

dependencies {
    // library hizari-ui
    implementation("com.github.hudiohizari:hizari-ui:0.0.1b")
}

Colaborator

Very open to anyone, I'll write your name under this, please contribute by sending an email to me

Name Of Contribute

  • Hudio Hizari
  • Muhammad Faisal Amir
  • Waiting List

Waiting for your contribute

Attention !!!

  • Please enjoy and don't forget fork and give a star
  • Don't Forget Follow My Github Account

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%