Skip to content

Commit

Permalink
Updating IronSource Adapter to version 6.7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spilaka committed Sep 20, 2018
1 parent b5760ad commit 1302e69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ThirdPartyAdapters/ironsource/CHANGELOG.md
@@ -1,5 +1,8 @@
# ironSource Adapter for Google Mobile Ads SDK for Android Changelog

## Version 6.7.11.0
- Verified compatibility with ironSource SDK version 6.7.11.

## Version 6.7.10.0
- Verified compatibility with ironSource SDK version 6.7.10.

Expand Down
6 changes: 3 additions & 3 deletions ThirdPartyAdapters/ironsource/ironsource/build.gradle
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'
*/
ext {
// String property to store version name.
stringVersion = "6.7.10.0"
stringVersion = "6.7.11.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
}
Expand All @@ -20,7 +20,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 6070100
versionCode 6070110
versionName stringVersion
}

Expand All @@ -35,7 +35,7 @@ android {
dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.google.android.gms:play-services-ads:15.0.1'
implementation 'com.ironsource.sdk:mediationsdk:6.7.10@jar'
implementation 'com.ironsource.sdk:mediationsdk:6.7.11@jar'
}

/**
Expand Down

0 comments on commit 1302e69

Please sign in to comment.