# lottie-android changelog > Render After Effects animations natively on Android and iOS, Web, and React Native - Vendor: airbnb - Category: Frameworks & Libraries - Official site: http://airbnb.io/lottie/ - Tracked by: What's New (https://whatsnew.fyi/product/lottie-android) - Harvested from: GitHub (airbnb/lottie-android) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v6.7.1 — 6.7.1 - Date: 2025-10-31 - Version: v6.7.1 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.7.1 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.7.1 - **fixed** — Safeguard against very large Bitmap creation * Safeguard against very large Bitmap creation ([#2662](https://github.com/airbnb/lottie-android/pull/2662)) ### v6.7.0 — 6.7.0 - Date: 2025-10-27 - Version: v6.7.0 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.7.0 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.7.0 - **added** — Initial support for 3D animations ###### New Features * Initial support for 3D animations ([#2666](https://github.com/airbnb/lottie-android/pull/2666) and [#2673](https://github.com/airbnb/lottie-android/pull/2673)) ### v6.6.10 — 6.6.10 - Date: 2025-10-02 - Version: v6.6.10 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.10 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.10 - **changed** — Make lottieComposition public - **added** — Add RTL support to lottie-android ##### What's Changed * Make `lottieComposition` public by @thebehera in https://github.com/airbnb/lottie-android/pull/2660 * Add RTL support to lottie-android by @nrchan in https://github.com/airbnb/lottie-android/pull/2663 ##### New Contributors * @thebehera made their first contribution in https://github.com/airbnb/lottie-android/pull/2660 🎉 * @nrchan made their first contribution in https://github.com/airbnb/lottie-android/pull/2663 🎉 **Full Changelog**: https://github.com/airbnb/lottie-android/compare/v6.6.9...v6.6.10 ### v6.6.9 — 6.6.9 - Date: 2025-09-16 - Version: v6.6.9 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.9 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.9 - **fixed** — transparent background rendering with MULTIPLY Blend mode on Android 34+ * Fix transparent background rendering with MULTIPLY Blend mode on Android 34+ ([#2661](https://github.com/airbnb/lottie-android/pull/2661)) ### v6.6.7 — 6.6.7 - Date: 2025-06-17 - Version: v6.6.7 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.7 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.7 - **fixed** — Fix crash when drawing shadow on image using RenderNode * Fix crash when drawing shadow on image using RenderNode ([#2635](https://github.com/airbnb/lottie-android/pull/2635)) ### v6.6.6 — 6.6.6 - Date: 2025-04-10 - Version: v6.6.6 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.6 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.6 - **fixed** — Guard against Bitmap allocations of size 0 * Guard against Bitmap allocations of size 0 ([#2626](https://github.com/airbnb/lottie-android/pull/2626)) ### v6.6.4 — 6.6.4 - Date: 2025-03-20 - Version: v6.6.4 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.4 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.4 - **fixed** — Fix an image NPE * Fix an image NPE ([#2623](https://github.com/airbnb/lottie-android/pull/2623)) ### v6.6.3 — 6.6.3 - Date: 2025-03-04 - Version: v6.6.3 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.3 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.3 - **added** — Support system property to set a testing executor - **fixed** — Fix a radial gradient crash - **fixed** — Fix a bitmap crash * Support system property to set a testing executor ([#2613](https://github.com/airbnb/lottie-android/pull/2613)) * Fix a radial gradient crash ([#2611](https://github.com/airbnb/lottie-android/pull/2611)) * Fix a bitmap crash ([#2578](https://github.com/airbnb/lottie-android/pull/2578)) ### v6.6.2 — 6.6.2 - Date: 2024-12-16 - Version: v6.6.2 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.2 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.2 - **changed** — Parse width and height as double instead of float - **fixed** — Re-measure line height when justifying dynamic text - **fixed** — Only apply parent layer alpha to mattes - **fixed** — Better handle clip specs when minProgress equals maxProgress ##### What's Changed * Parse as width/height as double by @gpeal in https://github.com/airbnb/lottie-android/pull/2596 * Re-measure line height when justifying dynamic text by @gpeal in https://github.com/airbnb/lottie-android/pull/2597 * Only apply parent layer alpha to mattes by @gpeal in https://github.com/airbnb/lottie-android/pull/2598 * Binary compatibility with 6.5 and lower on LottieAnimation by @inorichi in https://github.com/airbnb/lottie-android/pull/2591 * Better handle clip specs when minProgress == maxProgress by @gpeal in https://github.com/airbnb/lottie-android/pull/2600 ##### New Contributors * @inorichi made their first contribution in https://github.com/airbnb/lottie-android/pull/2591 **Full Changelog**: https://github.com/airbnb/lottie-android/compare/v6.6.1...v6.6.2 ### v6.6.1 — 6.6.1 - Date: 2024-12-04 - Version: v6.6.1 - Original notes: https://github.com/airbnb/lottie-android/releases/tag/v6.6.1 - Permalink: https://whatsnew.fyi/product/lottie-android/releases/v6.6.1 - **fixed** — Fix NPE from a Bitmap reference at Utils.resizeBitmapIfNeeded - **fixed** — Fix floating point errors when calculating keyframe end progress ##### What's Changed * Fix NPE a Bitmap reference at the Utils.resizeBitmapIfNeeded by @yunyh in https://github.com/airbnb/lottie-android/pull/2573 * Fix floating point errors calculating keyframe end progress by @gpeal in https://github.com/airbnb/lottie-android/pull/2588 ##### New Contributors * @yunyh made their first contribution in https://github.com/airbnb/lottie-android/pull/2573 **Full Changelog**: https://github.com/airbnb/lottie-android/compare/v6.6.0...v6.6.1