Browse Source

Add gradle commands

lagel 9 years ago
parent
commit
27b2bfac54
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pages/common/gradle.md

+ 15 - 0
pages/common/gradle.md

@@ -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`