Skip to content

Commit

Permalink
fix: Raise Android SDK versions (#1885)
Browse files Browse the repository at this point in the history
# Description

This PR fixes a build error on Android with flutter v3.29.

Closes #1873
  • Loading branch information
huypanha authored Feb 18, 2025
1 parent 2968c88 commit 7230bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/audioplayers_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.mannodermaus.android-junit5'

android {
compileSdk 33
compileSdk 35

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty('namespace')) {
Expand All @@ -50,7 +50,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 7230bc8

Please sign in to comment.