Skip to content

Commit

Permalink
Updating InMobi Adapter to version 7.2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maninomula committed Sep 20, 2018
1 parent debe405 commit 3354a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions adapters/InMobi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# InMobi Adapter for Google Mobile Ads SDK for iOS

## Version 7.2.0.0
- Verified compatibility with InMobi SDK 7.2.0.

## Version 7.1.2.0
- Verified compatibility with InMobi SDK 7.1.2.

Expand Down
2 changes: 1 addition & 1 deletion adapters/InMobi/InMobiAdapter/GADMAdapterInMobi.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ @implementation GADMAdapterInMobi
@synthesize connector = connector_;

+ (NSString *)adapterVersion {
return @"7.1.2.0";
return @"7.2.0.0";
}

+ (BOOL) isAppInitialised {
Expand Down

0 comments on commit 3354a67

Please sign in to comment.