This commit is contained in:
Aleksander Nowakowski
2020-02-05 11:27:55 +01:00
parent d77513114f
commit 2b733d9777

View File

@@ -55,6 +55,11 @@ dependencies {
// (and also the according lines in the settings.gradle):
// implementation project(':dfu')
// Gson is needed for DFU to work. The DFU library dependency to Gson is internal and would
// not be attached to APK.
// See: https://github.com/NordicSemiconductor/Android-nRF-Toolbox/issues/86
implementation 'com.google.code.gson:gson:2.8.6'
// Import the BLE Common Library.
// The BLE Common Library depends on BLE Library. It is enough to include the first one.
implementation 'no.nordicsemi.android:ble-common:2.2.0-alpha06'