Skip to content

Commit

Permalink
Removed some stray words in Gradle docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 15, 2024
1 parent 49e0f1e commit 23857b1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/reference/platforms/android/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,38 +123,38 @@ section of your ``pyproject.toml`` file.
``android_manifest_attrs_extra_content``
----------------------------------------

Additional attributes that will be added verbatim to add to the ``<manifest>``
declaration of the ``AndroidManifest.xml`` of your app.
Additional attributes that will be added verbatim to the ``<manifest>`` declaration of
the ``AndroidManifest.xml`` of your app.

``android_manifest_extra_content``
----------------------------------

Additional content that will be added verbatim to add just before the closing
``</manifest>`` declaration of the ``AndroidManifest.xml`` of your app.
Additional content that will be added verbatim just before the closing ``</manifest>``
declaration of the ``AndroidManifest.xml`` of your app.

``android_manifest_application_attrs_extra_content``
----------------------------------------------------

Additional attributes that will be added verbatim to add to the ``<application>``
declaration of the ``AndroidManifest.xml`` of your app.
Additional attributes that will be added verbatim to the ``<application>`` declaration
of the ``AndroidManifest.xml`` of your app.

``android_manifest_application_extra_content``
----------------------------------------------

Additional content that will be added verbatim to add just before the closing
Additional content that will be added verbatim just before the closing
``</application>`` declaration of the ``AndroidManifest.xml`` of your app.

``android_manifest_activity_attrs_extra_content``
-------------------------------------------------

Additional attributes that will be added verbatim to add to the ``<activity>``
declaration of the ``AndroidManifest.xml`` of your app.
Additional attributes that will be added verbatim to the ``<activity>`` declaration of
the ``AndroidManifest.xml`` of your app.

``android_manifest_activity_extra_content``
-------------------------------------------

Additional content that will be added verbatim to add just before the closing
``</activity>`` declaration of the ``AndroidManifest.xml`` of your app.
Additional content that will be added verbatim just before the closing ``</activity>``
declaration of the ``AndroidManifest.xml`` of your app.

``build_gradle_extra_content``
------------------------------
Expand Down

0 comments on commit 23857b1

Please sign in to comment.