File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11## maio Android Mediation Adapter Changelog
22
3- #### Next version
3+ #### Version 2.0.8.0 (In progress)
44- Clean up media ID dependency in the adapter's initialize method.
55
66#### Version 2.0.7.0
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 = " maio"
1212 // String property to store version name.
13- stringVersion = " 2.0.7 .0"
13+ stringVersion = " 2.0.8 .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 2000700
26+ versionCode 2000800
2727 versionName stringVersion
2828 buildConfigField(' String' , ' ADAPTER_VERSION' , " \" ${ stringVersion} \" " )
2929 multiDexEnabled true
@@ -119,9 +119,9 @@ task jacocoTestReport(type: JacocoReport,
119119}
120120
121121dependencies {
122- implementation ' com.maio:android-sdk-v2:2.0.7 '
122+ implementation ' com.maio:android-sdk-v2:2.0.8 '
123123 implementation ' androidx.annotation:annotation:1.5.0'
124- implementation ' com.google.android.gms:play-services-ads:24.7 .0'
124+ implementation ' com.google.android.gms:play-services-ads:24.9 .0'
125125
126126 // Jacoco
127127 implementation " org.jacoco:org.jacoco.core:$jacocoVersion "
You can’t perform that action at this time.
0 commit comments