캔 충전페이지

- 인 앱 결제 페이지 추가
This commit is contained in:
2024-03-21 04:14:52 +09:00
parent 79cb4b995a
commit 6e3a4e1125
16 changed files with 477 additions and 49 deletions

View File

@@ -40,8 +40,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 33
versionCode 27
versionName "1.8.2"
versionCode 28
versionName "1.8.3"
}
buildTypes {
@@ -149,4 +149,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation "com.michalsvec:single-row-calednar:1.0.0"
// google in-app-purchase
implementation "com.android.billingclient:billing-ktx:6.2.0"
}