Skip to content

Commit

Permalink
fix(android): bt-server cannot start (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint committed Jan 19, 2024
1 parent 91801a5 commit bbae8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion 34
// Cannot be changed or bt-server will not start.
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit bbae8c8

Please sign in to comment.