Skip to content

Commit

Permalink
Updating Mintegral Android adapter for release version 16.8.61
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681591069
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Oct 2, 2024
1 parent c7d64ba commit 53b5387
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ThirdPartyAdapters/mintegral/mintegral/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 = "Mintegral"
// String property to store version name.
stringVersion = "16.8.51.0"
stringVersion = "16.8.61.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
// Jacoco version to generate code coverage data
Expand All @@ -23,7 +23,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdk 33
versionCode 16085100
versionCode 16086100
versionName stringVersion
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -116,14 +116,14 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.google.android.gms:play-services-ads:23.3.0'
implementation 'com.google.android.gms:play-services-ads:23.4.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.mbridge.msdk.oversea:mbbid:16.8.51'
implementation 'com.mbridge.msdk.oversea:reward:16.8.51'
implementation 'com.mbridge.msdk.oversea:mbnative:16.8.51'
implementation 'com.mbridge.msdk.oversea:mbbanner:16.8.51'
implementation 'com.mbridge.msdk.oversea:newinterstitial:16.8.51'
implementation 'com.mbridge.msdk.oversea:mbsplash:16.8.51'
implementation 'com.mbridge.msdk.oversea:mbbid:16.8.61'
implementation 'com.mbridge.msdk.oversea:reward:16.8.61'
implementation 'com.mbridge.msdk.oversea:mbnative:16.8.61'
implementation 'com.mbridge.msdk.oversea:mbbanner:16.8.61'
implementation 'com.mbridge.msdk.oversea:newinterstitial:16.8.61'
implementation 'com.mbridge.msdk.oversea:mbsplash:16.8.61'

// Jacoco
implementation "org.jacoco:org.jacoco.core:$jacocoVersion"
Expand Down

0 comments on commit 53b5387

Please sign in to comment.