Skip to content

Commit bbae8c8

Browse files
committed
fix(android): bt-server cannot start (#201)
1 parent 91801a5 commit bbae8c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ android {
6363
// You can update the following values to match your application needs.
6464
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
6565
minSdkVersion 21
66-
targetSdkVersion 34
66+
// Cannot be changed or bt-server will not start.
67+
targetSdkVersion 28
6768
versionCode flutterVersionCode.toInteger()
6869
versionName flutterVersionName
6970
}

0 commit comments

Comments
 (0)