Skip to content

Commit 1f72b49

Browse files
committed
Change instructions to point wrapper usage.
1 parent 023b243 commit 1f72b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains the source code for the Amahi Android app.
44

5-
You will need JDK 1.6, Android SDK 22 and Gradle 1.12 installed to work with it.
5+
You will need JDK 1.6 and Android SDK 22 installed to work with it.
66

77
## Building the app
88

@@ -31,7 +31,7 @@ You will need JDK 1.6, Android SDK 22 and Gradle 1.12 installed to work with it.
3131
4. Build the application.
3232

3333
```
34-
$ gradle clean assembleDebug
34+
$ ./gradlew clean assembleDebug
3535
```
3636

3737
## Generating the documentation
@@ -45,5 +45,5 @@ You will need JDK 1.6, Android SDK 22 and Gradle 1.12 installed to work with it.
4545
2. Generate the documentation.
4646

4747
```
48-
$ gradle clean generateDebugJavadoc
48+
$ ./gradlew clean generateDebugJavadoc
4949
```

0 commit comments

Comments
 (0)