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 91801a5 commit bbae8c8Copy full SHA for bbae8c8
android/app/build.gradle
@@ -63,7 +63,8 @@ android {
63
// You can update the following values to match your application needs.
64
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
65
minSdkVersion 21
66
- targetSdkVersion 34
+ // Cannot be changed or bt-server will not start.
67
+ targetSdkVersion 28
68
versionCode flutterVersionCode.toInteger()
69
versionName flutterVersionName
70
}
0 commit comments