No description
Find a file
2021-01-13 10:09:48 +00:00
.idea Update dependencies and downgrade material library 2019-08-24 21:42:28 +02:00
gradle/wrapper Update project 2020-06-11 13:56:43 +02:00
library Bump material from 1.2.0-beta01 to 1.2.1 (#49) 2021-01-13 10:09:48 +00:00
sample Bump material from 1.2.0-beta01 to 1.2.1 (#49) 2021-01-13 10:09:48 +00:00
.gitignore Update project 2020-06-11 13:56:43 +02:00
build.gradle Bump kotlin_version from 1.4.10 to 1.4.21-2 (#48) 2021-01-10 11:23:16 +00:00
gradle.properties Update dependencies 2019-03-09 11:46:51 +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