File tree Expand file tree Collapse file tree
ThirdPartyAdapters/mintegral Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Mintegral Android Mediation Adapter Changelog
22
3+ #### Version 17.0.91.0 (In progress)
4+
35#### Version 17.0.81.0
46- Verified compatibility with Mintegral SDK 17.0.81.
57
Original file line number Diff line number Diff line change 1010 // String property to store the proper name of the mediation network adapter.
1111 adapterName = " Mintegral"
1212 // String property to store version name.
13- stringVersion = " 17.0.81 .0"
13+ stringVersion = " 17.0.91 .0"
1414 // String property to store group id.
1515 stringGroupId = " com.google.ads.mediation"
1616 // Jacoco version to generate code coverage data
@@ -23,7 +23,7 @@ android {
2323 defaultConfig {
2424 minSdkVersion 23
2525 targetSdk 33
26- versionCode 17008100
26+ versionCode 17009100
2727 versionName stringVersion
2828 buildConfigField(' String' , ' ADAPTER_VERSION' , " \" ${ stringVersion} \" " )
2929 multiDexEnabled true
@@ -116,9 +116,9 @@ task jacocoTestReport(type: JacocoReport,
116116}
117117
118118dependencies {
119- implementation ' com.google.android.gms:play-services-ads:24.9 .0'
119+ implementation ' com.google.android.gms:play-services-ads:25.0 .0'
120120 implementation ' androidx.annotation:annotation:1.5.0'
121- implementation ' com.mbridge.msdk.oversea:mbridge_android_sdk:17.0.81 '
121+ implementation ' com.mbridge.msdk.oversea:mbridge_android_sdk:17.0.91 '
122122
123123 // Jacoco
124124 testImplementation " org.jacoco:org.jacoco.core:$jacocoVersion "
You can’t perform that action at this time.
0 commit comments