Skip to content

Commit

Permalink
Updating Pangle Android adapter for release version 6.4.0.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707594600
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Dec 18, 2024
1 parent d79bde3 commit a90991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThirdPartyAdapters/pangle/pangle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "Pangle"
// String property to store version name.
stringVersion = "6.4.0.2.0"
stringVersion = "6.4.0.3.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
}
Expand All @@ -31,7 +31,7 @@ android {
}

dependencies {
implementation 'com.pangle.global:ads-sdk:6.4.0.2'
implementation 'com.pangle.global:ads-sdk:6.4.0.3'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.6.0'
}
Expand Down

0 comments on commit a90991b

Please sign in to comment.