Skip to content

Commit

Permalink
Updating IronSource adapter to version 6.8.4.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 253852004
  • Loading branch information
Manikanta Nomula authored and maddevrelgithubbot committed Jun 18, 2019
1 parent 4f5f895 commit aa0a1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapters/IronSource/CHANGELOG.md
@@ -1,6 +1,6 @@
# ironSource Adapter for Google Mobile Ads SDK for iOS

## Next version
## 6.8.4.1
- Added code to send correct version number to ironSource SDK.

## 6.8.4.0
Expand Down
Expand Up @@ -14,7 +14,7 @@

// IronSource internal reporting const.
static NSString *const kGADMAdapterIronSourceMediationName = @"AdMob";
static NSString *const kGADMAdapterIronSourceAdapterVersion = @"6.8.4.0";
static NSString *const kGADMAdapterIronSourceAdapterVersion = @"6.8.4.1";
static NSString *const kGADMIronSourceDefaultInstanceId = @"0";
static NSString *const kGADMAdapterIronSourceInternalVersion = @"310";

Expand Down

0 comments on commit aa0a1a3

Please sign in to comment.