Skip to content

Commit be22ac3

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating DTExchange Android adapter for release version 8.4.3
PiperOrigin-RevId: 870920585
1 parent c989541 commit be22ac3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

ThirdPartyAdapters/dtexchange/CHANGELOG.md

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

3+
#### Version 8.4.3.0 (In progress)
4+
35
#### Version 8.4.2.2 (In progress)
46

57
- Updated to display banner ad within a wrapper view whose bounds are the

ThirdPartyAdapters/dtexchange/dtexchange/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010
// String property to store the proper name of the mediation network adapter.
1111
adapterName = "DTExchange"
1212
// String property to store the version name.
13-
stringVersion = "8.4.2.2"
13+
stringVersion = "8.4.3.0"
1414
// String property to store the group id.
1515
stringGroupId = "com.google.ads.mediation"
1616
// String property to store the artifact id.
@@ -27,7 +27,7 @@ android {
2727
defaultConfig {
2828
minSdkVersion 23
2929
targetSdk 33
30-
versionCode 8040202
30+
versionCode 8040300
3131
versionName stringVersion
3232
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
3333
multiDexEnabled true
@@ -117,7 +117,7 @@ task jacocoTestReport(type: JacocoReport,
117117
}
118118

119119
dependencies {
120-
implementation 'com.fyber:marketplace-sdk:8.4.2'
120+
implementation 'com.fyber:marketplace-sdk:8.4.3'
121121
implementation 'androidx.annotation:annotation:1.5.0'
122122
implementation 'com.google.android.gms:play-services-ads:24.9.0'
123123

0 commit comments

Comments
 (0)