Skip to content

Commit 2e3c6a3

Browse files
authored
Merge pull request #2859 from kulothunganug/patch-1
Docs: Fix code string - quickstart.rst
2 parents 403cf8a + d1f8cb6 commit 2e3c6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Exporting the Android App Bundle (aab) for distributing it on Google Play
232232
Starting from August 2021 for new apps and from November 2021 for updates to existings apps,
233233
Google Play Console will require the Android App Bundle instead of the long lived apk.
234234

235-
python-for-android handles by itself the needed work to accomplish the new requirements:
235+
python-for-android handles by itself the needed work to accomplish the new requirements::
236236

237237
p4a aab --private $HOME/code/myapp --package=org.example.myapp --name="My App" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy --arch=arm64-v8a --arch=armeabi-v7a --release
238238

0 commit comments

Comments
 (0)