From 9e74f2bb06aa6037fa628d040071fe712fac7356 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Tue, 15 Sep 2015 09:23:28 +0200 Subject: [PATCH] Migration to support.v4 version 23.0.1. --- dfu/build.gradle | 4 ++-- dfu/dfu.iml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dfu/build.gradle b/dfu/build.gradle index 517dcf0..6010003 100644 --- a/dfu/build.gradle +++ b/dfu/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion '23.0.0' + buildToolsVersion '23.0.1' defaultConfig { minSdkVersion 18 @@ -26,7 +26,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:23.0.0' + compile 'com.android.support:support-v4:23.0.1' compile 'com.google.code.gson:gson:2.3.1' } diff --git a/dfu/dfu.iml b/dfu/dfu.iml index 2e0d735..e0907d4 100644 --- a/dfu/dfu.iml +++ b/dfu/dfu.iml @@ -72,7 +72,7 @@ - + @@ -91,7 +91,7 @@ - - + + \ No newline at end of file