change build instruction

This commit is contained in:
Jarrad Hope 2015-06-05 11:02:26 +02:00
parent 003b2650dd
commit 48df2ae587
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ Old devices will fail to auth in time and will be rejected by peers, please use
# Building from source
- Clone this repository and run
`./gradlew antlr4; ./gradlew build -x test`
- Clone this repository and run (make sure clean from previous builds)
`./gradlew build`
- Install onto Android Device
`adb install -r app/build/outputs/apk/app-debug.apk`