Remove patch from the version string

Remove `patch` from the version string when it's `0`.
Based on https://github.com/godotengine/godot-docs/pull/3626#discussion_r433887279.
This commit is contained in:
Fredia Huya-Kouadio
2020-06-02 09:08:34 -07:00
committed by GitHub
parent e2e3ecc5b0
commit cc19b80565

View File

@@ -55,7 +55,7 @@ The instructions below assumes that you're using Android Studio.
2. Add the Godot engine library as a dependency to your plugin module:
- Download the Godot engine library (``godot-lib.<version>.<status>.aar``) from the `Godot download page <https://godotengine.org/download>`_ (e.g: ``godot-lib.4.0.0.stable.aar``).
- Download the Godot engine library (``godot-lib.<version>.<status>.aar``) from the `Godot download page <https://godotengine.org/download>`_ (e.g: ``godot-lib.4.0.stable.aar``).
- Follow `these instructions <https://developer.android.com/studio/projects/android-library#AddDependency>`__ to add
the Godot engine library as a dependency for your plugin.