Implemented chips for selecting dietary preferences

This commit is contained in:
denizk0461
2023-04-18 10:25:45 +02:00
parent 56cdc4c5ee
commit c385da4287
11 changed files with 299 additions and 24 deletions
+2
View File
@@ -53,5 +53,7 @@ dependencies {
implementation "androidx.room:room-runtime:2.5.1"
kapt "androidx.room:room-compiler:2.5.1"
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'org.jsoup:jsoup:1.15.4'
}