Dependencies updated

This commit is contained in:
Aleksander Nowakowski
2017-06-28 16:20:36 +02:00
parent f3cd55a756
commit c0075b400c
4 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.1'
buildToolsVersion '25.0.3'
defaultConfig {
applicationId "no.nordicsemi.android.nrftoolbox"
@@ -31,8 +31,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:design:25.3.0'
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support:design:25.4.0'
compile 'no.nordicsemi.android.support.v18:scanner:1.0.0'
compile 'no.nordicsemi.android:log:2.1.0'
compile('org.simpleframework:simple-xml:2.7.1') {