라이브 방

- 하트 후원 API 연결
- 하트 후원 성공시 하트 애니메이션 호출
This commit is contained in:
2024-10-16 18:06:38 +09:00
parent 6c9ace146d
commit e964679154
7 changed files with 148 additions and 25 deletions

View File

@@ -35,8 +35,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 34
versionCode 117
versionName "1.21.2"
versionCode 118
versionName "1.22.0"
}
buildTypes {
@@ -159,4 +159,6 @@ dependencies {
kapt "androidx.room:room-compiler:2.5.0"
implementation "androidx.room:room-ktx:2.5.0"
implementation "androidx.room:room-runtime:2.5.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
}