Skip to content

Commit

Permalink
Update to 6.7.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
YueVungle committed Aug 4, 2020
1 parent 5a20eaf commit b8c545d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion adapters/Vungle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## Vungle iOS Mediation Adapter Changelog

#### Next Version
#### Version 6.7.1.0
- Verified compatibility with Vungle SDK 6.7.1.
- Fixed an issue where `didFailToPresentWithError:` was not called when a rewarded ad failed to present.

Build and tested with
- Google Mobile Ads SDK version 7.62.0.
- Vungle SDK version 6.7.1.

#### Version 6.7.0.0
- Verified compatibility with Vungle SDK 6.7.0.
- Now requires Google Mobile Ads SDK version 7.62.0 or higher.
Expand Down
2 changes: 1 addition & 1 deletion adapters/Vungle/VungleAdapter/GADMAdapterVungleConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

static NSString *const _Nonnull kGADMAdapterVungleVersion = @"6.7.0.0";
static NSString *const _Nonnull kGADMAdapterVungleVersion = @"6.7.1.0";
static NSString *const _Nonnull kGADMAdapterVungleApplicationID = @"application_id";
static NSString *const _Nonnull kGADMAdapterVunglePlacementID = @"placementID";
static NSString *const _Nonnull kGADMAdapterVungleErrorDomain = @"com.google.mediation.vungle";

0 comments on commit b8c545d

Please sign in to comment.