升级34版本,以及谷歌内购7.0版本
This commit is contained in:
parent
88d438695e
commit
b9891367ad
@ -1,10 +1,10 @@
|
|||||||
ext {
|
ext {
|
||||||
android = [
|
android = [
|
||||||
compileSdkVersion: 33,
|
compileSdkVersion: 34,
|
||||||
buildToolsVersion: "29.0.2",
|
buildToolsVersion: "29.0.2",
|
||||||
minSdkVersion : 23,
|
minSdkVersion : 23,
|
||||||
targetSdkVersion : 33,
|
targetSdkVersion : 34,
|
||||||
versionCode : 534,
|
versionCode : 535,
|
||||||
versionName : "6.7.1",
|
versionName : "6.7.1",
|
||||||
namespace : "com.pandoralive.shayu"
|
namespace : "com.pandoralive.shayu"
|
||||||
]
|
]
|
||||||
|
@ -30,7 +30,7 @@ dependencies {
|
|||||||
implementation rootProject.ext.dependencies["appcompat-androidx"]
|
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-auth:15.0.0'
|
||||||
api 'com.google.android.gms:play-services-ads-identifier:15.0.1'
|
api 'com.google.android.gms:play-services-ads-identifier:15.0.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user