- SDK for anything your problem to make easier developing android apps
- Available for android and desktop
- Privacy Policy Click Here
- License Click Here
This Is Latest Release
$version_release = 1.0.0
What's New??
* Android Code Helper *
* Extension Helper From Frogo Sdk Tools *
// Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// Add it in your root build.gradle.kts at the end of repositories:
allprojects {
repositories {
...
maven("https://jitpack.io")
}
}
dependencies {
// library deltadox-android
implementation 'com.github.deltadox:deltadox-android:1.0.0'
}
dependencies {
// library deltadox-android
implementation("com.github.deltadox:deltadox-android:1.0.0")
}
[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)
}
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
- Mail To [email protected]
- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]
- Example : Github_amirisback_kotlin_admob-helper-implementation
Name Of Contribute
- Muhammad Faisal Amir
- Waiting List
- Waiting List
Waiting for your contribute
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account