升级34版本,以及谷歌内购7.0版本

This commit is contained in:
18142669586 2024-07-10 15:04:24 +08:00
parent 88d438695e
commit b9891367ad
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
ext {
android = [
compileSdkVersion: 33,
compileSdkVersion: 34,
buildToolsVersion: "29.0.2",
minSdkVersion : 23,
targetSdkVersion : 33,
versionCode : 534,
targetSdkVersion : 34,
versionCode : 535,
versionName : "6.7.1",
namespace : "com.pandoralive.shayu"
]

View File

@ -30,7 +30,7 @@ dependencies {
implementation rootProject.ext.dependencies["appcompat-androidx"]
//
api 'com.android.billingclient:billing:5.0.0'
api 'com.android.billingclient:billing:7.0.0'
//
api 'com.google.android.gms:play-services-auth:15.0.0'
api 'com.google.android.gms:play-services-ads-identifier:15.0.1'