Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 177 Bytes

File metadata and controls

11 lines (8 loc) · 177 Bytes

Gradle commands

# build a debug APK
gradlew assembleDebug

gradlew installDebug

# generate a build profile
 ./gradlew --profile --offline --rerun-tasks build