修改谷歌内购ui
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user