flutter: fix typo (#5020)

Platforms need to be divided only by `,` not space
translation-badges
Mateusz Soszyński 2020-12-11 21:25:47 +00:00 committed by GitHub
parent 37b7e9d13e
commit e5a6af0299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@
- Build a release APK targeting most modern smartphones:
`flutter build apk --target-platform {{android-arm}} {{android-arm64}}`
`flutter build apk --target-platform {{android-arm}},{{android-arm64}}`