Add basket fragment

This commit is contained in:
Nezumi
2023-03-04 15:07:47 +07:00
parent a9b0ea500b
commit f4e9913c0c
23 changed files with 592 additions and 74 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ dependencies {
implementation 'com.github.smarteist:autoimageslider:1.4.0'
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
implementation "com.github.kojofosu:Quantitizer:1.6.7"
implementation 'com.github.kojofosu:Quantitizer:1.6.7'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.ome450901:SimpleRatingBar:1.5.1'
implementation 'com.cepheuen.elegant-number-button:lib:1.0.2'
}