라이브 예약 중 전체 보기 페이지 추가

This commit is contained in:
2023-08-09 08:21:27 +09:00
parent 035fa5a2fa
commit e8b4134956
9 changed files with 582 additions and 1 deletions

View File

@@ -146,4 +146,6 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation "com.michalsvec:single-row-calednar:1.0.0"
}