알람 기능 추가
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user