We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2968c88 commit 7230bc8Copy full SHA for 7230bc8
1 file changed
packages/audioplayers_android/android/build.gradle
@@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'
29
apply plugin: 'de.mannodermaus.android-junit5'
30
31
android {
32
- compileSdk 33
+ compileSdk 35
33
34
// Conditional for compatibility with AGP <4.2.
35
if (project.android.hasProperty('namespace')) {
@@ -50,7 +50,7 @@ android {
50
}
51
52
defaultConfig {
53
- minSdkVersion 16
+ minSdkVersion 19
54
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
55
56
0 commit comments