Merge pull request #495 from lagelalegal/feature/gradle

Add gradle commands
waldyrious/alt-syntax
Igor Shubovych 2015-12-31 04:07:19 +02:00
commit a8035b93a6
1 changed files with 15 additions and 0 deletions

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`