Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/81138
Change subject: Minor fix to mvn build instructions ...................................................................... Minor fix to mvn build instructions Change-Id: I20f08473c3c96981f77884b346374d2404964528 --- M README.md 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/commons refs/changes/38/81138/1 diff --git a/README.md b/README.md index 5b83bd2..dd0aff9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 1. Set the environment variable `ANDROID_HOME` to be the path to your Android SDK 2. Run `mvn install` to build -3. Run `mvn android:deploy` to deploy to a device +3. Run `cd commons && mvn android:deploy` to deploy to a device 4. There is no step 4 **Note**: Currently uses a bunch of dependencies that are staged at `yuvi.in/blog/maven`. Will be migrated to either [Maven Central][4] or a Wikimedia staging server soon. -- To view, visit https://gerrit.wikimedia.org/r/81138 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I20f08473c3c96981f77884b346374d2404964528 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/commons Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
