Skip to content

Commit a8e43db

Browse files
vaslabslefou
andauthored
Update website/blog/modules/ROOT/pages/15-android-build-flow.adoc
Co-authored-by: Tobias Roeser <[email protected]>
1 parent 88ef670 commit a8e43db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/blog/modules/ROOT/pages/15-android-build-flow.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ image:AndroidTodoExample.png[The Todo app built with Mill, showing a list of tas
232232

233233
Run the instrumented tests and watch the app being tested inside the emulator:
234234

235-
[source,bash]
235+
[source,console]
236236
----
237-
./mill app.androidTest
237+
> ./mill app.androidTest
238238
----
239239

240240
Let's say you want to know how the apk is built. First, you can check the plan of `androidApk`, i.e which

0 commit comments

Comments
 (0)