Skip to content
Prev Previous commit
Next Next commit
use minSDKVersion 31 in example
  • Loading branch information
Rushabhshroff committed Aug 4, 2023
commit e0a4e79662d938718eeead9da8418285bb0c5292
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 30
compileSdkVersion 31

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