Skip to content

Commit 2fb82b5

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating PubMatic Android adapter for release version 4.11.0
PiperOrigin-RevId: 850097019
1 parent c8d41d6 commit 2fb82b5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ThirdPartyAdapters/pubmatic/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## PubMatic Android Mediation Adapter Changelog
22

3+
#### Version 4.11.0.0 (In progress)
4+
35
#### Version 4.10.0.1
46
- Added list of assets for waterfall native ad format.
57

ThirdPartyAdapters/pubmatic/pubmatic/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
// String property to store the proper name of the mediation network adapter.
1313
adapterName = "PubMatic"
1414
// String property to store version name.
15-
stringVersion = "4.10.0.1"
15+
stringVersion = "4.11.0.0"
1616
// String property to store group id.
1717
stringGroupId = "com.google.ads.mediation"
1818
// Jacoco version to generate code coverage data
@@ -30,7 +30,7 @@ android {
3030
defaultConfig {
3131
minSdk 23
3232
targetSdk 33
33-
versionCode 4100001
33+
versionCode 4110000
3434
versionName stringVersion
3535
multiDexEnabled true
3636
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
@@ -130,10 +130,10 @@ task jacocoTestReport(type: JacocoReport,
130130

131131
dependencies {
132132
implementation 'androidx.core:core-ktx:1.13.1'
133-
implementation 'com.google.android.gms:play-services-ads:24.7.0'
133+
implementation 'com.google.android.gms:play-services-ads:24.9.0'
134134
implementation 'com.github.bumptech.glide:glide:4.16.0'
135135

136-
implementation 'com.pubmatic.sdk:openwrap:4.10.0'
136+
implementation 'com.pubmatic.sdk:openwrap:4.11.0'
137137

138138
testImplementation 'androidx.test:core:1.6.1'
139139
testImplementation 'androidx.test.espresso:espresso-core:3.6.1'

0 commit comments

Comments
 (0)