Dependencies updated

This commit is contained in:
Aleksander Nowakowski
2018-11-12 13:27:31 +01:00
parent f4d3a125ae
commit 84ee86907b
2 changed files with 4 additions and 4 deletions

View File

@@ -44,11 +44,11 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'no.nordicsemi.android:log:2.1.1'
implementation 'no.nordicsemi.android:log:2.2.0'
implementation 'no.nordicsemi.android.support.v18:scanner:1.1.0'
// The DFU Library is imported automatically from jcenter:
implementation 'no.nordicsemi.android:dfu:1.7.0'
implementation 'no.nordicsemi.android:dfu:1.8.0'
// 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

View File

@@ -42,8 +42,8 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:percent:28.0.0'
implementation 'com.google.android.support:wearable:2.3.0'
compileOnly 'com.google.android.wearable:wearable:2.3.0'
implementation 'com.google.android.support:wearable:2.4.0'
compileOnly 'com.google.android.wearable:wearable:2.4.0'
implementation 'no.nordicsemi.android.support.v18:scanner:1.1.0'