Update targetSdkVersion to 31. (#630)

mkyq committed Nov 16, 2022 at 20:15 UTC 3dbdb8fceaa77c33dbc0ff58484c411ee5ee4a77
1 file changed +1 -1
android/app/build.gradle
+1 -1
@@ -46,7 +46,7 @@ android {
46 defaultConfig {
47 applicationId appProperties['id']
48 minSdkVersion 21
49 - targetSdkVersion 30
49 + targetSdkVersion 31
50 versionCode flutterVersionCode.toInteger()
51 versionName flutterVersionName
52 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"