Skip to content

Commit e0a4e79

Browse files
committed
use minSDKVersion 31 in example
1 parent ae431aa commit e0a4e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 30
28+
compileSdkVersion 31
2929

3030
defaultConfig {
3131
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).

0 commit comments

Comments
 (0)