> For the complete documentation index, see [llms.txt](https://docs.helix.voodoo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helix.voodoo.io/monetization/integrate-the-sdk/sdk-changelog/android-changelog.md).

# Android Changelog

{% updates format="full" %}
{% update date="2026-08-31" %}

## Version 4.29.3

#### ✨ Improvements

* **Minimum OS version:** The minimum supported Android version is now 7.0 (API 24), down from 8.0, for broader app and device compatibility.
  {% endupdate %}

{% update date="2026-08-11" %}

## Version 4.29.1

#### ✨ Improvements

* Performance and stability improvements.
  {% endupdate %}

{% update date="2026-07-24" %}

## Version 4.29.0

#### 🎉 New Features

* **Bubble Overlay:** Fullscreen ads can display a configurable promotional bubble overlay on fullscreen ads.
* **Keep Screen On:** Fullscreen ads can keep the screen awake during playback.

#### ✨ Improvements

* **LevelPlay Adapter:** The adapter now works across multiple Helix SDK versions, so you can update the SDK without waiting for a matching adapter release.
* Performance and stability improvements.

#### 🐛 Bug Fixes

* Install attribution now completes reliably after resolving a crash in the Install Referrer flow.
* The **Go to Store** button now responds accurately to taps.
* Ads now resume correctly when your app returns from the background.
  {% endupdate %}

{% update date="2026-06-29" %}

## Version 4.28.3

#### ✨ Improvements

* Performance and stability improvements.
  {% endupdate %}

{% update date="2026-06-19" %}

## Version 4.28.2

#### ✨ Improvements

* Performance and stability improvements.
  {% endupdate %}

{% update date="2026-05-22" %}

## Version 4.28.1

#### 🐛 Bug Fixes

* **Ad Display:** Ads now adapt correctly to screen orientation, rendering cleanly in landscape without layout glitches.
  {% endupdate %}

{% update date="2026-04-03" %}

## Version 4.28.0

#### 🎉 New Features

* **Remote init config:** The SDK now fetches session configuration at startup without blocking your app, so new settings apply automatically (cached for the next session).

#### ✨ Improvements

* **CCPA / Do Not Sell support:** The SDK now applies CCPA (Do Not Sell) signals from your consent management platform automatically.
  {% endupdate %}

{% update date="2026-02-26" %}

## Version 4.27.4

#### 🐛 Bug Fixes

* **Streaming ads:** Streaming ads now render reliably on slow networks, eliminating a black screen that could appear for up to \~30 seconds before media finished loading.

#### ✨ Improvements

* **LevelPlay v9:** Updated adapters for full compatibility with LevelPlay v9.
  {% endupdate %}

{% update date="2026-02-10" %}

## Version 4.27.3

#### 🐛 Bug Fixes

* **Streaming ads:** Streaming ads now display reliably even when the initial media download fails.
  {% endupdate %}

{% update date="2026-02-05" %}

## Version 4.27.2

#### ✨ Improvements

* Performance and stability improvements.
  {% endupdate %}

{% update date="2026-01-20" %}

## Version 4.27.1

#### ✨ Improvements

* **Ad Request:** Improved ad request quality.
  {% endupdate %}

{% update date="2026-01-13" %}

## Version 4.27.0

#### 🎉 New Features

* **Streaming ads:** Fullscreen ads now support streaming video delivery, so ads start faster with less upfront download.

#### ✨ Improvements

* **Ad Request:** Improved ad request quality.

#### 🐛 Bug Fixes

* **Ad orientation:** Ad orientation now stays fixed when the device rotates.
  {% endupdate %}

{% update date="2025-12-11" %}

## Version 4.26.1

#### 🐛 Bug Fixes

* **Video Playback:** Video playback now resumes reliably after returning from a Play Store link, even via a multi-store chooser.
  {% endupdate %}

{% update date="2025-11-28" %}

## Version 4.26.0

#### 🎉 New Features

* **GDPR Consent:** The SDK now reads GDPR consent directly from the IAB TCF string instead of waiting for a separate consent flag, simplifying your consent setup.

#### ✨ Improvements

* **Ad Request:** Improved ad request quality.

#### ⚠️ Breaking Changes

* **Consent API:** Removed the public methods that passed <mark style="color:red;">`consent`</mark> / <mark style="color:red;">`doNotSell`</mark>. Consent is now derived automatically from the parsed TCF string — no manual calls required.
  {% endupdate %}

{% update date="2025-12-12" %}

## Version 4.25.2

#### 🐛 Bug Fixes

* **Video Playback:** Video playback now resumes reliably after returning from a Play Store link, even via a multi-store chooser.
  {% endupdate %}

{% update date="2025-11-26" %}

## Version 4.25.1

#### ✨ Improvements

* **Ad Request:** Improved ad request quality.
  {% endupdate %}

{% update date="2025-11-21" %}

## Version 4.25.0

#### 🎉 New Features

* **End Card:** Ads now show an end card before closing to boost engagement.
  {% endupdate %}
  {% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.helix.voodoo.io/monetization/integrate-the-sdk/sdk-changelog/android-changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
