No description
Find a file
2021-09-07 21:43:31 +02:00
.github Upgrade to GitHub-native Dependabot (#57) 2021-09-07 21:36:39 +02:00
.idea Upgrade to GitHub-native Dependabot (#57) 2021-09-07 21:36:39 +02:00
gradle/wrapper Update gradle 2021-03-13 12:07:34 +01:00
library Bump core-ktx from 1.3.2 to 1.6.0 (#66) 2021-09-07 21:43:31 +02:00
sample Bump core-ktx from 1.3.2 to 1.6.0 (#66) 2021-09-07 21:43:31 +02:00
.gitignore Update gradle 2021-03-13 12:07:34 +01:00
build.gradle Bump kotlin_version from 1.4.32 to 1.5.21 (#70) 2021-09-07 21:42:31 +02: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