Skip to content

Commit

Permalink
Updating DTExchange Android adapter for release version 8.3.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715478331
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Jan 14, 2025
1 parent dea398d commit 19f0f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ThirdPartyAdapters/dtexchange/dtexchange/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "DTExchange"
// String property to store the version name.
stringVersion = "8.3.4.0"
stringVersion = "8.3.5.0"
// String property to store the group id.
stringGroupId = "com.google.ads.mediation"
// String property to store the artifact id.
Expand All @@ -24,7 +24,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 8030400
versionCode 8030500
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -113,7 +113,7 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.fyber:marketplace-sdk:8.3.4'
implementation 'com.fyber:marketplace-sdk:8.3.5'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.6.0'

Expand Down

0 comments on commit 19f0f54

Please sign in to comment.