We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a64013 commit 41db3bbCopy full SHA for 41db3bb
README.md
@@ -59,8 +59,20 @@ What you can do with this app:
59
# Building
60
- Building from command line:\
61
`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`
+ For example:
+ ```
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
76
77
# Other similar or related projects
78
- Hardware
0 commit comments