1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 22:04:59 +02:00

Merge pull request #495 from lagelalegal/feature/gradle

Add gradle commands
This commit is contained in:
Igor Shubovych 2015-12-31 04:07:19 +02:00
commit a8035b93a6

15
pages/common/gradle.md Normal file
View 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`