Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ThirdPartyAdapters/mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Mintegral Android Mediation Adapter Changelog

#### Version 17.0.91.0 (In progress)

#### Version 17.0.81.0
- Verified compatibility with Mintegral SDK 17.0.81.

Expand Down
6 changes: 3 additions & 3 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 = "17.0.81.0"
stringVersion = "17.0.91.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 23
targetSdk 33
versionCode 17008100
versionCode 17009100
versionName stringVersion
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -118,7 +118,7 @@ task jacocoTestReport(type: JacocoReport,
dependencies {
implementation 'com.google.android.gms:play-services-ads:24.9.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.mbridge.msdk.oversea:mbridge_android_sdk:17.0.81'
implementation 'com.mbridge.msdk.oversea:mbridge_android_sdk:17.0.91'

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