Skip to content

Commit

Permalink
Updating Pangle Android adapter for release version 6.3.0.4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693042572
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 4, 2024
1 parent 2eb5aa4 commit 8e5ebcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3.0.2.0"
stringVersion = "6.3.0.4.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
}
Expand All @@ -18,7 +18,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 603000200
versionCode 603000400
versionName stringVersion
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
}
Expand All @@ -31,9 +31,9 @@ android {
}

dependencies {
implementation 'com.pangle.global:ads-sdk:6.3.0.2'
implementation 'com.pangle.global:ads-sdk:6.3.0.4'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.4.0'
implementation 'com.google.android.gms:play-services-ads:23.5.0'
}

/**
Expand Down

0 comments on commit 8e5ebcf

Please sign in to comment.