Skip to content

Commit

Permalink
fix: solve issue that sdk can not be compiled on android platform (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF authored Sep 9, 2024
1 parent 9a8f1ce commit a2b21de
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 @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 28
compileSdkVersion 31
// Condition for namespace compatibility in AGP 8
if (project.android.hasProperty("namespace")) {
namespace 'com.amplitude.amplitude_flutter'
Expand Down

0 comments on commit a2b21de

Please sign in to comment.