No description
Find a file
2021-09-07 21:48:38 +02:00
.github Change dependabot config 2021-09-07 21:36:22 +02:00
.idea Change dependabot config 2021-09-07 21:36:22 +02:00
gradle/wrapper update gradle 2021-09-07 21:48:38 +02:00
library update gradle 2021-09-07 21:48:38 +02:00
sample Version bump 2021-03-13 13:47:59 +01:00
.gitignore Update gradle 2021-03-13 12:07:34 +01:00
build.gradle update gradle 2021-09-07 21:48:38 +02:00
gradle.properties Replace kotlin extension to view binding 2021-03-13 13:47:28 +01:00
gradlew update gradle 2021-09-07 21:48:38 +02:00
gradlew.bat update gradle 2021-09-07 21:48:38 +02:00
LICENSE Rename LICENSE.md to LICENSE 2019-07-16 15:27:39 +02:00
README.md Update README.md 2019-08-18 18:44:26 +02:00
settings.gradle Initial commit 2017-04-14 00:57:56 +02:00

MaterialChipsInput

Fork of an unsupported library which makes working with chips easier. Library adapted only for the Wulkanowy application

Getting Started

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation 'com.github.wulkanowy:material-chips-input:${lastCommitHash}'
}

Built With

Contributing

Please contribute to the project either by creating a PR or submitting an issue on GitHub.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details