Skip to content

Commit a4034af

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating IronSource Android adapter for release version 9.2.0
PiperOrigin-RevId: 838803424
1 parent d2ed897 commit a4034af

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ThirdPartyAdapters/ironsource/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## IronSource Android Mediation Adapter Changelog
22

3+
#### Version 9.2.0.0 (In progress)
4+
35
#### Version 9.1.0.0
46
- Verified compatibility with ironSource SDK version 9.1.0.
57

ThirdPartyAdapters/ironsource/ironsource/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 = "IronSource"
1212
// String property to store version name.
13-
stringVersion = "9.1.0.0"
13+
stringVersion = "9.2.0.0"
1414
// String property to store group id.
1515
stringGroupId = "com.google.ads.mediation"
1616
// Jacoco version to generate code coverage data
@@ -25,7 +25,7 @@ android {
2525
defaultConfig {
2626
minSdkVersion 23
2727
targetSdk 33
28-
versionCode 901000000
28+
versionCode 902000000
2929
versionName stringVersion
3030
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
3131
multiDexEnabled true
@@ -117,9 +117,9 @@ task jacocoTestReport(type: JacocoReport,
117117
}
118118

119119
dependencies {
120-
implementation 'com.unity3d.ads-mediation:mediation-sdk:9.1.0'
120+
implementation 'com.unity3d.ads-mediation:mediation-sdk:9.2.0'
121121
implementation 'androidx.annotation:annotation:1.5.0'
122-
implementation 'com.google.android.gms:play-services-ads:24.7.0'
122+
implementation 'com.google.android.gms:play-services-ads:24.8.0'
123123

124124
testImplementation "org.jacoco:org.jacoco.core:$jacocoVersion"
125125
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)