From 365cd053a685a0be0d9619a331941a9748d65569 Mon Sep 17 00:00:00 2001 From: fabiancrx <37002358+fabiancrx@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:54:37 -0400 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6bee056..744a050 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ android { if (project.android.hasProperty("namespace")) { namespace 'com.dataxad.flutter_mailer' } - compileSdkVersion 28 + compileSdkVersion 34 defaultConfig { minSdkVersion 16