Skip to content

Commit 41db3bb

Browse files
authored
Update README.md
1 parent 1a64013 commit 41db3bb

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,20 @@ What you can do with this app:
5959
# Building
6060
- Building from command line:\
6161
`ANDROID_HOME=<yor android home directory> JAVA_HOME=<your java home directory> ./gradlew <command>`\
62-
For example:\
63-
`ANDROID_HOME=~/Android/Sdk JAVA_HOME=~/.jdks/jbr-21.0.4 ./gradlew assembleRelease`
62+
For example:
63+
```
64+
# ANDROID_HOME=~/Android/Sdk JAVA_HOME=~/.jdks/jbr-21.0.4 ./gradlew assembleRelease
65+
66+
Welcome to Gradle 7.0.2!
67+
68+
... compilation output ...
69+
70+
> Task :codec2talkie:lintVitalRelease
71+
No issues found.
72+
73+
BUILD SUCCESSFUL in 2m 2s
74+
111 actionable tasks: 40 executed, 71 up-to-date
75+
```
6476

6577
# Other similar or related projects
6678
- Hardware

0 commit comments

Comments
 (0)