mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-27 02:43:04 +03:00
Add gradle commands
This commit is contained in:
parent
314e9d8d7c
commit
27b2bfac54
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…
Reference in New Issue
Block a user