From a7ff2b2664e1960b86c8543c5af43c5985daae02 Mon Sep 17 00:00:00 2001 From: maxim myalicin Date: Wed, 6 Apr 2022 10:51:48 +0300 Subject: [PATCH] bump version --- README.md | 2 +- docs/Integrate SDK.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 753c2f3..143a8b4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo contains docs about InApp SDK and public example of usage. [Contact us](https://nextmillennium.io/) to learn more about product. Also you can always put your issues with SDK here and we'll do our best to help you. -***Current SDK version**:* 1.2.5 +***Current SDK version**:* 1.2.6 NMM’s (Next Millennium Media) **inApp** allows you to monetize your mobile applications through high-quality ads via an easy to install, zero-maintenance native SDK. diff --git a/docs/Integrate SDK.md b/docs/Integrate SDK.md index 3a5113f..e42b1b9 100644 --- a/docs/Integrate SDK.md +++ b/docs/Integrate SDK.md @@ -26,7 +26,7 @@ If you're new to CocoaPods, see their [official documentation](https://guides.c If by some reason you need to import **inApp SDK** by your own way: -- Download [zip archive](https://sdk.brainlyads.com/ios/repository/1.2.5/InAppSDK.zip) with xcframework within. +- Download [zip archive](https://sdk.brainlyads.com/ios/repository/1.2.6/InAppSDK.zip) with xcframework within. - Unzip it and add to your Xcode project by your preferred way. For example, you can just drag and drop it to project’s structure. - **inApp SDK** uses **Google Mobile Ads** as dependency and not work without it. You need to [download and integrate Google Mobile Ads](https://developers.google.com/admob/ios/download) as their official docs described. - Check *Frameworks, Libraries, and Embedded Content* in *General* tab of Xcode project. Change *InAppSDK.framework*’s **Embed** to **Do Not Embed** as at screen below: