mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge pull request #495 from lagelalegal/feature/gradle
Add gradle commands
This commit is contained in:
commit
a8035b93a6
1 changed files with 15 additions and 0 deletions
15
pages/common/gradle.md
Normal file
15
pages/common/gradle.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Gradle
|
||||
|
||||
> Gradle is the official build system for Android Studio
|
||||
|
||||
- Compile a package
|
||||
|
||||
`gradle build`
|
||||
|
||||
- Clear the build folder
|
||||
|
||||
`gradle clean`
|
||||
|
||||
- Compile and Release package
|
||||
|
||||
`gradle assembleRelease`
|
Loading…
Add table
Reference in a new issue