Skip to content

Commit 9cade98

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e7cf52e commit 9cade98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sites/docs/src/content/deployment/android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,12 +663,12 @@ Such APKs are larger in size than their split counterparts,
663663
causing the user to download native binaries that
664664
aren't applicable to their device's architecture.
665665

666-
When using split APKs the framework will add `ABI_VERSION * 1000`
666+
When using split APKs, the framework adds `ABI_VERSION * 1000`
667667
to the version code. This is because the Google Play Store
668668
[doesn't allow](https://developer.android.com/studio/build/configure-apk-splits#configure-APK-versions)
669669
multiple APKs for the same app to have the same version code.
670-
You can force using the usual version code by specifying the
671-
`-P force-version-code-ignoring-abi=true` flag during build.
670+
To force the default version code, specify the
671+
`-P force-version-code-ignoring-abi=true` flag during the build.
672672

673673
[obfuscating your Dart code]: /deployment/obfuscate
674674

0 commit comments

Comments
 (0)