feat(live-reservation-all): 주간 캘린더 라이브러리 제거 및 개별 구현

This commit is contained in:
2025-10-22 12:12:02 +09:00
parent ff236ee6a1
commit dd236d8f19
6 changed files with 157 additions and 117 deletions

View File

@@ -60,7 +60,7 @@ android {
APPLINK_HOST : "voiceon.onelink.me",
FACEBOOK_APP_ID : "612448298237287",
FACEBOOK_CLIENT_TOKEN: "32af760f4a7b7cb7e3b1e7ffd0b0da70",
KAKAO_APP_KEY: "231cf78acfa8252fca38b9eedf87c5cb"
KAKAO_APP_KEY : "231cf78acfa8252fca38b9eedf87c5cb"
]
}
@@ -86,7 +86,7 @@ android {
APPLINK_HOST : "voiceon-test.onelink.me",
FACEBOOK_APP_ID : "608674328645232",
FACEBOOK_CLIENT_TOKEN: "3775e6ea83236a685d264b6c5a1bbb4d",
KAKAO_APP_KEY: "20cf19413d63bfdfd30e8e6dff933d33"
KAKAO_APP_KEY : "20cf19413d63bfdfd30e8e6dff933d33"
]
}
}
@@ -177,8 +177,6 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:5.0.5'
annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5'
implementation "com.michalsvec:single-row-calednar:1.0.0"
// google in-app-purchase
implementation "com.android.billingclient:billing-ktx:6.2.0"