Skip to content

Commit a60c53d

Browse files
authored
Merge pull request #298 from bhanuka96/release/v0.12.0
bump version to 0.12.0 for 16KB page size release
2 parents 03536e5 + 44f0ed2 commit a60c53d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.12.0 (October 27, 2025)
2+
* Android 16KB page size support for Google Play 2025 compliance
3+
* Updated Android Gradle Plugin to 8.6.1
4+
* Updated Compile SDK to 36 (Android 15+)
5+
* Modernized Gradle build system with plugins DSL
6+
* Updated Kotlin to 1.8.10
7+
* Fixed deprecated withOpacity warnings across examples
8+
* All 14 example projects verified working
9+
110
## 0.11.0 (September 3, 2024)
211
* FFI update, Dart/Flutter version updates
312

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
name: tflite_flutter
1818
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.
19-
version: 0.11.0
19+
version: 0.12.0
2020
homepage: https://github.com/tensorflow/flutter-tflite
2121

2222
environment:

0 commit comments

Comments
 (0)