From 0ff92e28b72d764b44dcc4b41c9dae9f603e69a9 Mon Sep 17 00:00:00 2001 From: Benjamin Canape Date: Sat, 10 Aug 2024 10:17:54 +0200 Subject: [PATCH] fix android --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 058d626d..83c88f9f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -24,7 +24,7 @@ if (flutterVersionName == null) { android { namespace "com.example.run_flutter_run" - compileSdkVersion 33 + compileSdkVersion 34 ndkVersion flutter.ndkVersion compileOptions {