> For the complete documentation index, see [llms.txt](https://aatkit.gitbook.io/release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aatkit.gitbook.io/release-notes/flutter-plugin/release-notes.md).

# Release Notes

### 1.7

<details>

<summary>1.7.0</summary>

2026-07-16

**Changes**

* Added support for the Digital Turbine ad network.
* Removed ad networks that are no longer supported by AATKit:
  * Facebook (mediation waterfall only — Meta Bidding is unaffected)
  * FeedAd
  * Kidoz
  * Ogury
  * SmartAd
  * SuperAwesome
  * YOC

**Fixes**

* iOS: Fixed VungleBidding network mapping to and from the native SDK.

#### AATKit SDK Updates

* Android [3.17.3](https://aatkit.gitbook.io/release-notes/android/release-notes)
* iOS [3.17.1](https://aatkit.gitbook.io/release-notes)

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.6

<details>

<summary>1.6.2</summary>

2026-06-24

**Changes**

* Migrated AATKit and GraviteRTB Maven repositories to the new `gravite-sdk-releases` S3 hosting.

**Fixes**

* iOS: Fixed an issue where `controllerViewDidAppear` and `controllerViewWillDisappear` were not called on the latest Flutter versions.

#### AATKit SDK Updates

* Android [3.16.7](https://aatkit.gitbook.io/release-notes/android/release-notes)
* iOS [3.16.4](https://aatkit.gitbook.io/release-notes)

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.6.1</summary>

2026-05-14

**AATKit SDK Updates**

* Android [3.16.6](https://aatkit.gitbook.io/release-notes/android/release-notes)
* iOS [3.16.3](https://aatkit.gitbook.io/release-notes)

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.6.0</summary>

2026-04-29

**Fixes**

* Fixed an issue where the `muteVideoAds` setting was not applied correctly, preventing video ads from being unmuted.
* Android: Fixed an issue where `shouldSkipRules` configuration setting could unintentionally affect `shouldCacheRules`.
* iOS: Fixed an issue in the CMP AppConsent setup where some settings could be applied incorrectly during initialization.
* iOS: Fixed an issue where App Open ad availability and frequency cap checks could return incorrect results.
* iOS: Fixed an issue where the Kidoz network enum could be mapped incorrectly to/from native SDKs.

**AATKit SDK Updates**

* Android to [3.16.4](https://aatkit.gitbook.io/release-notes/android/release-notes)
* iOS to [3.16.2](https://aatkit.gitbook.io/release-notes)

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.5

<details>

<summary>1.5.2</summary>

2026-02-05

* Fixed incorrect banner cache usage for in-feed ads.

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.5.1</summary>

2026-01-28

* Fixed an issue that prevented the SDK from correctly reporting the plugin version to the server.

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.5.0</summary>

2026-01-12

* Added a self-adjusting mechanism for banner cache size optimization.
  * If the `size` parameter in `BannerCacheConfiguration` is not set (null), the self-adjusting banner cache size optimization mechanism is applied.

**AATKit SDK Updates**

* Android to [3.15.3](https://aatkit.gitbook.io/release-notes/android/release-notes)
* iOS to [3.15.2](https://aatkit.gitbook.io/release-notes)

**Note:** Please see the release notes of the native AATKit [Android ](https://aatkit.gitbook.io/release-notes/android/release-notes)and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.4

<details>

<summary>1.4.0</summary>

2025-09-11

* Integrated [automatic generation of publisher-provided IDs (PPID)](https://aatkit.gitbook.io/android-integration/advanced/targeting/publisher-provided-ids-ppid-automation). Enable it via [useAutomaticPPID](https://pub.dev/documentation/aatkit_flutter_plugin/1.4.0/configuration_aatkit_configuration/AATKitConfiguration/useAutomaticPPID.html) parameter.
* Added [NetworkOptions](https://pub.dev/documentation/aatkit_flutter_plugin/1.4.0/configuration_aatkit_ad_network_options/MetaBiddingOptions-class.html) to allow supporting [Meta Bidding](https://aatkit.gitbook.io/android-integration/ad-networks/meta-bidding).
* Initial Rules feature is now deprecated and will be removed in the future.

#### AATKit SDK Updates

* Android [3.14.4](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.14.4)
* iOS [3.14.0](https://aatkit.gitbook.io/release-notes#id-3.14.0)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.3

<details>

<summary>1.3.0</summary>

2025-07-23

* Integrated new properties for [DebugScreenConfiguration](https://pub.dev/documentation/aatkit_flutter_plugin/latest/configuration_debug_screen_configuration/DebugScreenConfiguration-class.html)
  * showDebugLogsToggle
  * showDeviceFilteredRulesToggle
  * showCloseButton

#### AATKit SDK Updates

* Android [3.13.6](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.13.6)
* iOS [3.13.0](https://aatkit.gitbook.io/release-notes#id-3.13.0)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.2

<details>

<summary>1.2.2</summary>

2025-05-13

* Android: Forced Hybrid Composition mode to avoid potential issues with texture rendering.
* Android: Fixed an issue that prevented multi-size ads from displaying correctly on older devices.

#### AATKit SDK Updates

* iOS [3.12.6](https://aatkit.gitbook.io/release-notes#id-3.12.6)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.2.1</summary>

2025-04-29

* Introduced [dependency management](https://aatkit.gitbook.io/aatkit-flutter-integration/start/setup#configure-dependencies) allowing selective inclusion or exclusion of SDK dependencies.

#### AATKit SDK Updates

* Android [3.12.7](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.12.7)
* iOS [3.12.4](https://aatkit.gitbook.io/release-notes#id-3.12.4)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.2.0</summary>

2025-04-10

* Added *setUserTargeting* method, replacing *setPublisherProvidedId*.

#### AATKit SDK Updates

* Android [3.12.6](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.12.6)
* iOS [3.12.3](https://aatkit.gitbook.io/release-notes#id-3.12.3)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.1

<details>

<summary>1.1.2</summary>

2025-02-06

#### AATKit SDK Updates

* Android [3.11.5](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.11.5)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.1.1</summary>

2025-01-29

#### AATKit SDK Updates

* Android [3.11.4](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.11.4)
* iOS [3.11.3](https://aatkit.gitbook.io/release-notes#id-3.11.3)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.1.0</summary>

2025-01-17

* Introduced *enableCreativeHistory* feature for banners.

#### AATKit SDK Updates

* Android [3.11.3](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.11.3)
* iOS [3.11.1](https://aatkit.gitbook.io/release-notes#id-3.11.1)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.0

<details>

<summary>1.0.0</summary>

2024-10-24

* First stable release of the plugin.

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

### 1.0-alpha

<details>

<summary>1.0.0-alpha.7</summary>

2024-10-16

* Integrated new features:
  * collapsible banner options for banner, multi-size and banner cache
  * targeting methods
  * network options
  * statistics and impression listeners
  * setPublisherProvidedId
  * initial rules
  * ad info for fullscreen and rewarded video

#### AATKit SDK Updates

* Android [3.10.3](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.10.3)
* iOS [3.10.5](https://aatkit.gitbook.io/release-notes#id-3.10.5)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.0.0-alpha.6</summary>

2024-08-22

* Integrated new [App Consent CMP](https://aatkit.gitbook.io/aatkit-flutter-integration/start/consent/managed-consent#sfbx-appconsent).
* Integrated multi-size banner.
* Introduced screen sizes methods.

#### AATKit SDK Updates

* Android [3.9.5](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.9.5)
* iOS [3.9.0](https://aatkit.gitbook.io/release-notes#id-3.9.0)

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.0.0-alpha.5</summary>

2024-07-17

* Android: Fixed issues with json serialization when minify is enabled.

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.0.0-alpha.4</summary>

2024-07-10

* Android: Fixed potential issues with calling reconfigure method.

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.0.0-alpha.3</summary>

2024-07-09

* Android: Fixed potential issues when using *FlutterFragmentActivity*.

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.0.0-alpha.2</summary>

2024-07-05

* Android: Fixed the issue where fullscreen placement ads were not displaying.

**Note:** Please see the release notes of the native AATKit [Android](https://aatkit.gitbook.io/release-notes/android/release-notes) and [iOS](https://aatkit.gitbook.io/release-notes) SDKs for more information on the changes.

</details>

<details>

<summary>1.0.0-alpha.1</summary>

2024-07-02

The first **alpha** release of the plugin. Please see the integration [docs](https://aatkit.gitbook.io/aatkit-flutter-integration/) for supported formats and API reference.

### AATKit SDK <a href="#markdown-header-library-updates_1" id="markdown-header-library-updates_1"></a>

* Android [3.8.5](https://aatkit.gitbook.io/release-notes/android/release-notes#id-3.8.5)
* iOS [3.8.7](https://aatkit.gitbook.io/release-notes#id-3.8.7)

**Note:** Please see the release notes of the native AATKit [Android ](/release-notes/android/release-notes.md)and [iOS](/release-notes/ios/readme.md) SDKs for more information on the changes.

</details>
