修改谷歌内购ui

This commit is contained in:
XY
2022-09-26 19:31:34 +08:00
parent 193d418e9c
commit f9d85784a9
10 changed files with 102 additions and 282 deletions

View File

@@ -9,8 +9,6 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -97,8 +95,8 @@ dependencies {
implementation 'com.google.firebase:firebase-core:19.0.0'
//googleplay内购
api 'com.google.android.gms:play-services-wallet:18.1.3'
api 'com.android.billingclient:billing:4.0.0'
api 'com.google.android.gms:play-services-wallet:19.1.0'
api 'com.android.billingclient:billing:4.1.0'
api project(':nim_uikit')
api project(':library')