File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ThirdPartyAdapters/ironsource Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
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 = " 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
119119dependencies {
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'
You can’t perform that action at this time.
0 commit comments