From f10c1aaf661720d6108eafb81dd76a74539595e4 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Sat, 7 Nov 2020 22:15:03 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15040e350..09da9e6a1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ General instructions for setting up an ODK-X environment can be found at our [De Install [Android Studio](http://developer.android.com/tools/studio/index.html) and the [SDK](http://developer.android.com/sdk/index.html#Other). -This project depends on the ODK [androidlibrary](https://github.com/opendatakit/androidlibrary) project; its binaries will be downloaded automatically fom our maven repository during the build phase. If you wish to modify that project yourself, you must clone it into the same parent directory as services. You directory stucture should resemble the following: +This project depends on ODK-X's [androidlibrary](https://github.com/odk-x/androidlibrary) and [androidcommon](https://github.com/odk-x/androidcommon) projects; their binaries will be downloaded automatically fom our maven repository during the build phase. If you wish to modify them yourself, you must clone them into the same parent directory as survey. You directory stucture should resemble the following: |-- odk-x