Skip to content

Commit

Permalink
Updating DTExchange Android adapter for release version 8.3.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695500474
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 11, 2024
1 parent f36a6bd commit 163f62a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2.0"
stringVersion = "8.3.3.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 8030200
versionCode 8030300
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -113,9 +113,9 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.fyber:marketplace-sdk:8.3.2'
implementation 'com.fyber:marketplace-sdk:8.3.3'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.4.0'
implementation 'com.google.android.gms:play-services-ads:23.5.0'

testImplementation project(':adaptertestkit')
testImplementation "org.jacoco:org.jacoco.core:$jacocoVersion"
Expand Down

0 comments on commit 163f62a

Please sign in to comment.