From 3491b6fd91a1fff780be3d57aaae8b78bf81ac21 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 28 Aug 2025 14:01:37 +0200 Subject: [PATCH] fdroid avoid gradle 8.12 --- app/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 335f9db2..cbac2251 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -86,6 +86,10 @@ dependencies: uuid: ^4.5.1 vector_math: ^2.2.0 +dependency_overrides: + # Avoid gradle 8.12 for fdroid compatibility for now + flutter_plugin_android_lifecycle: 2.0.29 + dev_dependencies: analyzer_plugin: ^0.13.4 build_runner: ^2.4.15