Skip to content

Commit

Permalink
Updating IronSource Android adapter for release version 8.6.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 712652330
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Jan 6, 2025
1 parent 2b970e1 commit c207494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ThirdPartyAdapters/ironsource/ironsource/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "IronSource"
// String property to store version name.
stringVersion = "8.5.0.1"
stringVersion = "8.6.0.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
// Jacoco version to generate code coverage data
Expand All @@ -25,7 +25,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 805000001
versionCode 806000000
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -117,7 +117,7 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.ironsource.sdk:mediationsdk:8.5.0'
implementation 'com.ironsource.sdk:mediationsdk:8.6.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.6.0'

Expand Down

0 comments on commit c207494

Please sign in to comment.