No description
Find a file
2021-09-07 21:36:22 +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-03-13 12:07:34 +01:00
library Bump recyclerview from 1.1.0 to 1.2.0 (#56) 2021-04-25 20:53:20 +00: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 Bump gradle from 4.1.2 to 4.1.3 (#54) 2021-03-25 10:13:12 +00:00
gradle.properties Replace kotlin extension to view binding 2021-03-13 13:47:28 +01:00
gradlew Update project 2020-06-11 13:56:43 +02:00
gradlew.bat Update project 2020-06-11 13:56:43 +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