From f19071bd5e0007fc823f99cdfa0196391827da1e Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 11 五月 2022 18:46:35 +0800 Subject: [PATCH] 'android项目完善' --- src/main/resources/code/android/library-dp/build.gradle | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/code/android/library-dp/build.gradle b/src/main/resources/code/android/library-dp/build.gradle index 705a8a4..5105b74 100644 --- a/src/main/resources/code/android/library-dp/build.gradle +++ b/src/main/resources/code/android/library-dp/build.gradle @@ -35,7 +35,7 @@ androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' api project(path: ':library-ad') - api('com.pangle.cn:pangrowth-sdk:1.7.0.0') { + api('com.pangle.cn:pangrowth-sdk:2.3.0.0') { exclude group: 'com.pangle.cn', module: 'pangrowth-dpsdk-live' exclude group: 'com.pangle.cn', module: 'pangrowth-game-sdk' exclude group: 'com.pangle.cn', module: 'pangrowth-luckycat-sdk' -- Gitblit v1.8.0