material-chips-input/settings.gradle

19 lines
640 B
Groovy
Raw Permalink Normal View History

2017-04-14 00:57:56 +02:00
include ':sample', ':library'
2022-12-03 12:15:37 +01:00
dependencyResolutionManagement {
versionCatalogs {
libs {
version('library', '3.0.0-SNAPSHOT')
2022-12-03 12:15:37 +01:00
library('androidx-appcompat', 'androidx.appcompat:appcompat:1.7.0')
library('androidx-recyclerview', 'androidx.recyclerview:recyclerview:1.3.2')
library('androidx-core', 'androidx.core:core-ktx:1.13.1')
2022-12-03 12:15:37 +01:00
2024-07-25 12:01:30 +02:00
library('material-components', 'com.google.android.material:material:1.10.0')
2022-12-03 12:15:37 +01:00
library('circleimageview', 'de.hdodenhof:circleimageview:3.1.0')
library('fuzzywuzzy', 'me.xdrop:fuzzywuzzy:1.4.0')
}
}
}