Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore - Updates google-ads-sdk #705

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3"
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