From 19f0f54124c634490f90b2aa5e5ab0210e0ac7cf Mon Sep 17 00:00:00 2001 From: Mobile Ads Developer Relations Date: Tue, 14 Jan 2025 12:19:22 -0800 Subject: [PATCH] Updating DTExchange Android adapter for release version 8.3.5 PiperOrigin-RevId: 715478331 --- ThirdPartyAdapters/dtexchange/dtexchange/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ThirdPartyAdapters/dtexchange/dtexchange/build.gradle b/ThirdPartyAdapters/dtexchange/dtexchange/build.gradle index 95cb29a79..d998b418c 100644 --- a/ThirdPartyAdapters/dtexchange/dtexchange/build.gradle +++ b/ThirdPartyAdapters/dtexchange/dtexchange/build.gradle @@ -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. @@ -24,7 +24,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 31 - versionCode 8030400 + versionCode 8030500 versionName stringVersion buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"") multiDexEnabled true @@ -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'