Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
updated the compiledSdkVersion to 34, as the plugin path_provider needs this version
  • Loading branch information
Florian Aul committed Apr 17, 2024
1 parent 8d9d756 commit d3d1f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d3d1f72

Please sign in to comment.