mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
committed by
GitHub
parent
e2e3ecc5b0
commit
cc19b80565
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user