No description
Find a file
2024-07-25 12:01:30 +02:00
.github Run tests on Java 17 and not 11 2024-07-25 11:07:13 +02:00
.idea Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
gradle/wrapper Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
library Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
sample Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
.editorconfig Add tests workflow 2022-12-03 11:57:26 +01:00
.gitignore Update dependencies 2021-09-07 23:26:21 +02:00
build.gradle Upgrade dependencies 2024-07-25 11:03:14 +02:00
gradle.properties Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
gradlew Update dependencies 2022-12-03 11:46:49 +01:00
gradlew.bat Update dependencies 2022-12-03 11:46:49 +01:00
jitpack.yml Remove Maven publishing from jitpack.yml 2024-07-25 11:34:43 +02:00
LICENSE Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
README.md Upgrade depencencies and rebrand 2024-07-25 11:00:14 +02:00
settings.gradle Revert to material 1.10.0 2024-07-25 12:01:30 +02:00

MaterialChipsInput

GitHub Workflow Status Last release JitPack Discord

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

Getting Started

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation 'com.github.wezuwiusz: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