Skip to content

Commit 69ef020

Browse files
Update android_library.rst
1 parent a8465aa commit 69ef020

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tutorials/platform/android/android_library.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,16 @@ Below we break-down the steps used to create the GLTF Viewer app.
181181

182182
Example:
183183

184-
.. code-block:: java
185-
186-
@Override
187-
public List<String> getCommandLine(){
188-
List<String> results = new ArrayList<>();
189-
results.addAll(super.getCommandLine());
190-
results.add("--main-pack");
191-
results.add("res://foo.pck");
192-
return results;
193-
}
184+
.. code-block:: java
185+
186+
@Override
187+
public List<String> getCommandLine(){
188+
List<String> results = new ArrayList<>();
189+
results.addAll(super.getCommandLine());
190+
results.add("--main-pack");
191+
results.add("res://foo.pck");
192+
return results;
193+
}
194194
195195
The instructions below and the sample app follow the first approach of creating the Godot project in the Android app's ``assets`` directory.
196196

0 commit comments

Comments
 (0)