nimblehq / android-common-ktx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimble logo


Android Common Extensions

This repository provides a collection of common Android extensions.

Usage

  1. Add JitPack to your project build.gradle

    • Groovy
    allprojects {
      repositories {
        ...
        maven { url 'https://jitpack.io' }
       }
    }
    • Kotlin DSL
    repositories {
    	...
    	maven(url = "https://jitpack.io")
    }
  2. 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>")

Contributing

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.

License

This project is Copyright (c) 2014 and onwards. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Nimble

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.

About

License:MIT License


Languages

Language:Kotlin 96.8%Language:Ruby 3.2%