Home

Awesome

About This Project (release 👷🔧️👷‍♀️⛏)

Android CI pages-build-deployment

Version Release

This Is Latest Release

$version_release = 1.0.0

What's New??

* Android Code Helper *
* Extension Helper From Frogo Sdk Tools * 

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 deltadox-android
    implementation 'com.github.deltadox:deltadox-android:1.0.0'
}

<Option 2> Kotlin DSL Gradle

dependencies {
    // library deltadox-android
    implementation("com.github.deltadox:deltadox-android:1.0.0")
}

<Option 3> libs.versions.toml

[versions]
deltadoxAndroid = "1.0.0"

[libraries]
deltadox-android = { group = "com.github.deltadox", name = "deltadox-android", version.ref = "deltadoxAndroid" }

dependencies {
    // library deltadox-android
    implementation(libs.deltadox.android)
}

Colaborator

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

Name Of Contribute

Waiting for your contribute

Attention !!!

ScreenShoot Apps