Skip to content

Commit

Permalink
Fixes #158 by updating compileSdkVersion
Browse files Browse the repository at this point in the history
Fixes #158
  • Loading branch information
nateshmbhat authored Sep 1, 2024
1 parent e586c66 commit 9c2af51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
if (project.android.hasProperty("namespace")) {
namespace("com.mixpanel.mixpanel_flutter")
}
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion '30.0.3'

defaultConfig {
Expand Down

0 comments on commit 9c2af51

Please sign in to comment.