Browse Source

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.
Fredia Huya-Kouadio 5 years ago
parent
commit
cc19b80565
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/plugins/android/android_plugin.rst

+ 1 - 1
tutorials/plugins/android/android_plugin.rst

@@ -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:
 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
     -   Follow `these instructions <https://developer.android.com/studio/projects/android-library#AddDependency>`__ to add
         the Godot engine library as a dependency for your plugin.
         the Godot engine library as a dependency for your plugin.