From 44f0ed2a767dfbcdd6a57bb9f6e48cd7f08a074c Mon Sep 17 00:00:00 2001 From: Bhanuka Isuru Date: Mon, 27 Oct 2025 22:47:04 +0400 Subject: [PATCH] chore: bump version to 0.12.0 for 16KB page size release --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5d508..a301647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.12.0 (October 27, 2025) +* Android 16KB page size support for Google Play 2025 compliance +* Updated Android Gradle Plugin to 8.6.1 +* Updated Compile SDK to 36 (Android 15+) +* Modernized Gradle build system with plugins DSL +* Updated Kotlin to 1.8.10 +* Fixed deprecated withOpacity warnings across examples +* All 14 example projects verified working + ## 0.11.0 (September 3, 2024) * FFI update, Dart/Flutter version updates diff --git a/pubspec.yaml b/pubspec.yaml index fcfc294..4889cb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ name: tflite_flutter description: TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms. -version: 0.11.0 +version: 0.12.0 homepage: https://github.com/tensorflow/flutter-tflite environment: