알람 기능 추가

This commit is contained in:
2024-07-25 16:10:38 +09:00
parent 7587b8bc25
commit 839ff7463e
36 changed files with 1773 additions and 2 deletions

View File

@@ -40,8 +40,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 33
versionCode 83
versionName "1.13.1"
versionCode 84
versionName "1.13.2"
}
buildTypes {
@@ -154,4 +154,9 @@ dependencies {
// google in-app-purchase
implementation "com.android.billingclient:billing-ktx:6.2.0"
// ROOM
kapt "androidx.room:room-compiler:2.5.0"
implementation "androidx.room:room-ktx:2.5.0"
implementation "androidx.room:room-runtime:2.5.0"
}