2017-04-14 00:57:56 +02:00
|
|
|
include ':sample', ':library'
|
2022-12-03 12:15:37 +01:00
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
versionCatalogs {
|
|
|
|
libs {
|
2024-07-25 10:49:43 +02:00
|
|
|
version('library', '3.0.0-SNAPSHOT')
|
2022-12-03 12:15:37 +01:00
|
|
|
|
2024-07-25 10:49:43 +02:00
|
|
|
library('androidx-appcompat', 'androidx.appcompat:appcompat:1.7.0')
|
2024-07-25 11:03:14 +02:00
|
|
|
library('androidx-recyclerview', 'androidx.recyclerview:recyclerview:1.3.2')
|
2024-07-25 10:49:43 +02:00
|
|
|
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')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|