File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ThirdPartyAdapters/pubmatic Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
131131dependencies {
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'
You can’t perform that action at this time.
0 commit comments