No description
Find a file
2020-06-11 11:59:17 +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 circleimageview from 3.0.1 to 3.1.0 (#24) 2020-06-11 11:59:17 +00:00
sample Update project 2020-06-11 13:56:43 +02:00
.gitignore Update project 2020-06-11 13:56:43 +02:00
build.gradle Update project 2020-06-11 13:56:43 +02: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