From d3d1f724b671f1f24e4e092318ed06d5c2dd2cc1 Mon Sep 17 00:00:00 2001 From: Florian Aul Date: Wed, 17 Apr 2024 13:30:19 +0200 Subject: [PATCH] FIX updated the compiledSdkVersion to 34, as the plugin path_provider needs this version --- example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 0f3fe0a..b7d3e0a 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 33 + compileSdkVersion 34 if (project.android.hasProperty("namespace")) { namespace "io.inway.ringtone.player_example"