Browse Source

【SDK更新】Admob更新至21.5.0

liuxiaolong 2 years ago
parent
commit
8fab2e4ab4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib_ad_admob/build.gradle

+ 2 - 2
lib_ad_admob/build.gradle

@@ -3,7 +3,7 @@ plugins {
     id 'org.jetbrains.kotlin.android'
 }
 
-def version = '1.0.0'
+def version = '1.0.1'
 def releaseTime() {
     return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
 }
@@ -56,7 +56,7 @@ android {
 dependencies {
     implementation project(':lib_ad_core')
 
-    api 'com.google.android.gms:play-services-ads:21.3.0'
+    api 'com.google.android.gms:play-services-ads:21.5.0'
 
     implementation 'androidx.core:core-ktx:1.8.0'
     implementation 'androidx.appcompat:appcompat:1.5.1'