diff --git a/README.md b/README.md index 2887acbc..3cbb73d3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,28 @@ The application requires nRF700x Wi-Fi device with a nRF5x companion chip with f - Manually Add a Wi-Fi Network - Provisioning to Wi-Fi network +## Libraries + +Include the library in your project by adding the following to your `build.gradle` file. + +```gradle +dependencies { + implementation 'no.nordicsemi.android.wifi:provisioning-ble:' +} +``` + +```gradle +dependencies { + implementation 'no.nordicsemi.android.wifi:provisioning-softap:' +} +``` + +```gradle +dependencies { + implementation 'no.nordicsemi.android.wifi:provisioning-nfc:' +} +``` + #### Known Issues * Provisioning over SoftAP - Verification may fail at times and even though the device could be successfully provisioned to the network.