Skip to the content.

About This Project (release πŸ‘·πŸ”§οΈπŸ‘·β€β™€οΈβ›)

Android CI pages-build-deployment

Version Release

This Is Latest Release

$version_release = 2.3.0

What’s New??

* Fresh Release *
* All Frogo Libs *
* Simple Implementation *

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 frogo-sdk
    implementation 'com.github.frogobox:frogo-sdk:2.3.0'
}

<Option 2> Kotlin DSL Gradle

dependencies {
    // library frogo-sdk
    implementation("com.github.frogobox:frogo-sdk:2.3.0")
}

<Option 3> libs.versions.toml

[versions]
frogoAndroid = "2.3.0"

[libraries]
frogo-android = { group = "com.github.frogobox", name = "frogo-sdk", version.ref = "frogoAndroid" }

dependencies {
    // library frogo-android
    implementation(libs.frogobox.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