Skip to content

Commit

Permalink
chore - Updates google-ads-sdk
Browse files Browse the repository at this point in the history
- Updates the sample app
- Updates the docs in sdk
  • Loading branch information
Anush-Shand committed Dec 4, 2024
1 parent ffebac2 commit 0e0e692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add the Firebase Messaging library and Android Support Library v4 as dependencie
implementation "com.clevertap.android:clevertap-android-sdk:7.0.2"
implementation "androidx.core:core:1.9.0"
implementation "com.google.firebase:firebase-messaging:23.0.6"
implementation "com.google.android.gms:play-services-ads:22.3.0" // Required only if you enable Google ADID collection in the SDK (turned off by default).
implementation "com.google.android.gms:play-services-ads:23.6.0" // Required only if you enable Google ADID collection in the SDK (turned off by default).
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exoplayer_ui = "2.19.1"
media3 = "1.1.1"

#Play Services
play_services_ads = "22.3.0"
play_services_ads = "23.6.0"
play_services_location = "21.0.0"

#Gson
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
implementation("androidx.concurrent:concurrent-futures:1.1.0") // Needed for geofence

implementation("com.google.firebase:firebase-messaging:23.0.6") //Needed for FCM
implementation("com.google.android.gms:play-services-ads:20.4.0") //Needed to use Google Ad Ids
implementation("com.google.android.gms:play-services-ads:23.6.0") //Needed to use Google Ad Ids

//ExoPlayer Libraries for Audio/Video InApp Notifications
//implementation("com.google.android.exoplayer:exoplayer:2.19.1")
Expand Down

0 comments on commit 0e0e692

Please sign in to comment.