File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ThirdPartyAdapters/dtexchange Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11## DT Exchange Android Mediation Adapter Changelog
22
3- #### Next Version
3+ #### Version 8.4.2.0 (In progress)
44- Added null protection to Native Ad's fields
55
66#### Version 8.4.1.0
Original file line number Diff line number Diff line change 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.1 .0"
13+ stringVersion = " 8.4.2 .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 8040100
30+ versionCode 8040200
3131 versionName stringVersion
3232 buildConfigField(" String" , " ADAPTER_VERSION" , " \" ${ stringVersion} \" " )
3333 multiDexEnabled true
@@ -117,9 +117,9 @@ task jacocoTestReport(type: JacocoReport,
117117}
118118
119119dependencies {
120- implementation ' com.fyber:marketplace-sdk:8.4.1 '
120+ implementation ' com.fyber:marketplace-sdk:8.4.2 '
121121 implementation ' androidx.annotation:annotation:1.5.0'
122- implementation ' com.google.android.gms:play-services-ads:24.8 .0'
122+ implementation ' com.google.android.gms:play-services-ads:24.9 .0'
123123
124124 testImplementation project(' :adaptertestkit' )
125125 testImplementation " org.jacoco:org.jacoco.core:$jacocoVersion "
You can’t perform that action at this time.
0 commit comments