This repository provides a collection of common Android extensions.
-
Add JitPack to your project
build.gradle
- Groovy
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
- Kotlin DSL
repositories { ... maven(url = "https://jitpack.io") }
-
Add the dependency in the application
build.gradle (app)
- Groovy
dependencies { implementation 'com.github.nimblehq:android-common-ktx:<version>' }
- Kotlin DSL
implementation("com.github.nimblehq:android-common-ktx:<version>")
All contributions are welcome by opening an issue for discussion about what you would like to update. You can visit our Wiki for guidelines to contribute your ideas to our project.
This project is Copyright (c) 2014 and onwards. It is free software, and may be redistributed under the terms specified in the LICENSE file.
This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.