From 1d49d2fab56531d999108eb5cc2f018f395418c3 Mon Sep 17 00:00:00 2001 From: wwx5325878 <74180343+wwx5325878@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:16:06 +0800 Subject: [PATCH] Update the latest version to 13.4.41.304 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 35b107c..4809a89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.huawei.hms:ads-lite:13.4.41.302' - implementation 'com.huawei.hms:ads-consent:3.4.41.302' + implementation 'com.huawei.hms:ads-lite:13.4.41.304' + implementation 'com.huawei.hms:ads-consent:3.4.41.304' testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.2'