From e7fe34163d5c6d50f87be6badad68b16371cbbe4 Mon Sep 17 00:00:00 2001 From: quantela-ashutosh <160492282+quantela-ashutosh@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:35:51 +0530 Subject: [PATCH] Update build.gradle In flutter version 3.24.3, This plugin not working so I just increased sdk compile version. It work for me now. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8990414..4ba248e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 30 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8