Skip to content

Commit 19d4e14

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating Maio Android adapter for release version 2.0.8
PiperOrigin-RevId: 844860103
1 parent a051cf1 commit 19d4e14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ThirdPartyAdapters/maio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

ThirdPartyAdapters/maio/maio/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
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

121121
dependencies {
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"

0 commit comments

Comments
 (0)