Fix dependencies

This commit is contained in:
2025-09-30 15:13:06 +02:00
parent 8d0bd1f853
commit b0f0417d43
2 changed files with 18 additions and 2 deletions

View File

@@ -26,6 +26,6 @@ dependencies {
// recycler
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.beloo.widget:ChipsLayoutManager:0.3.7@aar'
implementation 'com.github.BelooS:ChipsLayoutManager:v0.3.7@aar'
}