Skip to content

Commit 7230bc8

Browse files
authored
fix: Raise Android SDK versions (#1885)
# Description This PR fixes a build error on Android with flutter v3.29. Closes #1873
1 parent 2968c88 commit 7230bc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/audioplayers_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'
2929
apply plugin: 'de.mannodermaus.android-junit5'
3030

3131
android {
32-
compileSdk 33
32+
compileSdk 35
3333

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

5252
defaultConfig {
53-
minSdkVersion 16
53+
minSdkVersion 19
5454
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5555
}
5656

0 commit comments

Comments
 (0)