Skip to content

Commit 4be9888

Browse files
committed
Update build.gradle
1 parent fbb998a commit 4be9888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion flutter.compileSdkVersion
25+
compileSdkVersion 31
2626

2727
compileOptions {
2828
sourceCompatibility JavaVersion.VERSION_1_8
2929
targetCompatibility JavaVersion.VERSION_1_8
3030
}
3131

3232
defaultConfig {
33-
minSdkVersion flutter.minSdkVersion
33+
minSdkVersion 16
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
}
3636
lintOptions {

0 commit comments

Comments
 (0)