Skip to content

Commit f4d35da

Browse files
committed
Change readme in android example to use './gradlew install' instead of maven one
1 parent 595a217 commit f4d35da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/android/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This example is backwards compatible with Android 4.4 (KitKat). Ensure your buil
1111
Prerequisites: Apache Maven (to build the SDK), [Android Studio](http://developer.android.com/sdk/installing/) (not strictly necessary)
1212

1313
1. Download this repository.
14-
2. Build the SDK: run `mvn install` in the SDK root directory (two levels up from this folder).
14+
2. Build the SDK: run `./gradlew install` in the SDK root directory (two levels up from this folder).
1515
3. In Android Studio, choose "Import Project" and select this folder.
1616
4. Edit "src/main/AndroidManifest.xml" and "src/main/res/values/strings.xml" and replace `YOUR_APP_KEY_HERE` with your Dropbox API key ([how to get a Dropbox API key](../../ReadMe.md#get-a-dropbox-api-key)).
1717
5. Build and run.

0 commit comments

Comments
 (0)