Skip to content

Commit

Permalink
Merge pull request #78 from rockerer/FIX76_updateUsedSDKVersion
Browse files Browse the repository at this point in the history
FIX #76 - Example App Uses Old SDK Version
  • Loading branch information
SPodjasek authored Jun 3, 2024
2 parents c0323bf + d3d1f72 commit 3c0ac79
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 3c0ac79

Please sign in to comment.