From cb2e89a89f20937648831226f1114f396fe2634c Mon Sep 17 00:00:00 2001 From: Isaac Hutt Date: Wed, 14 Aug 2019 13:59:12 +0200 Subject: [PATCH] Add details on building with kiwix-lib --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d388dc72f..b5af9d4e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,6 +58,8 @@ If you wish to rebase you should be following the [Golden Rule](https://www.atla The default build is `debug`, with this variant you can use a debugger while developing. To install the application click the `run` button in Android Studio with the `app` configuration selected while you have a device connected. All other build types but `release` can be ignored, the `release` build is what gets uploaded to the Google Play store and can be built locally with the dummy credentials/keystore provided. +By default we fetch kiwix-lib, the key component for interacting with ZIM files from maven, but if you wish to use your own locally compiled version for testing purposes, then you can create the directory `app/libs` and place your .aar file inside it to have it used instead. + ### Testing Unit tests are located in `app/src/test` and to run them locally you