Skip to content

Commit

Permalink
fix(android): revert compileSdkVersion to be compatible with flutter.…
Browse files Browse the repository at this point in the history
…compileSdkVersion (#1273)

Revert compileSdkVersion to not have a warning during execution, when using sdk <=31.
  • Loading branch information
Gustl22 committed Sep 8, 2022
1 parent 124598b commit 0b9fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/audioplayers_android/android/build.gradle
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.mannodermaus.android-junit5'

android {
compileSdkVersion 32
compileSdkVersion 31

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit 0b9fed4

Please sign in to comment.