- Template repository for doing research on Android Technologies
// 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:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}
dependencies {
implementation 'com.github.teamqomunal:android-library-kit-starter:{tag}'
}
dependencies {
implementation("com.github.teamqomunal:android-library-kit-starter:{tag}")
}
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] _ [Repository-Name]
- Example : Github_amirisback_android-research
Name Of Contribute
- Amir Qomunal
- Waiting List
- Waiting List
Waiting for your contribute
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow teamqomunal Github Account