DFU Library 1.6.1

This commit is contained in:
Aleksander Nowakowski
2017-11-30 16:04:47 +01:00
parent 6baf498220
commit 2e477c47b9
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ dependencies {
implementation 'no.nordicsemi.android.support.v18:scanner:1.0.0' implementation 'no.nordicsemi.android.support.v18:scanner:1.0.0'
// The DFU Library is imported automatically from jcenter: // The DFU Library is imported automatically from jcenter:
implementation 'no.nordicsemi.android:dfu:1.5.2' implementation 'no.nordicsemi.android:dfu:1.6.1'
// if you desire to build the DFU Library, clone the https://github.com/NordicSemiconductor/Android-DFU-Library project into DFULibrary folder, // if you desire to build the DFU Library, clone the https://github.com/NordicSemiconductor/Android-DFU-Library project into DFULibrary folder,
// add it as a module into the project structure and uncomment the following line (and also the according lines in the settings.gradle): // add it as a module into the project structure and uncomment the following line (and also the according lines in the settings.gradle):
// implementation project(':dfu') // implementation project(':dfu')

View File

@@ -24,7 +24,7 @@
<string name="dfu_feature_title">DFU</string> <string name="dfu_feature_title">DFU</string>
<string name="dfu_service_title">nRF Toolbox DFU Proxy</string> <string name="dfu_service_title">nRF Toolbox DFU Proxy</string>
<string name="dfu_settings_title">DFU Settings</string> <string name="dfu_settings_title">DFU Settings</string>
<string name="dfu_lib_version">DFU Library version 1.5.2</string> <string name="dfu_lib_version">DFU Library version 1.6.1</string>
<string name="dfu_feature_title_long">DEVICE FIRMWARE UPDATE</string> <string name="dfu_feature_title_long">DEVICE FIRMWARE UPDATE</string>
<dimen name="dfu_feature_title_long_margin">-186dp</dimen> <dimen name="dfu_feature_title_long_margin">-186dp</dimen>