diff --git a/dfu/build.gradle b/dfu/build.gradle index 33d3d28..517dcf0 100644 --- a/dfu/build.gradle +++ b/dfu/build.gradle @@ -7,12 +7,12 @@ apply plugin: 'com.android.library' //} android { - compileSdkVersion 22 - buildToolsVersion '22.0.1' + compileSdkVersion 23 + buildToolsVersion '23.0.0' defaultConfig { minSdkVersion 18 - targetSdkVersion 22 + targetSdkVersion 23 versionCode 2 versionName "0.6" } @@ -26,7 +26,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:22.2.1' + compile 'com.android.support:support-v4:23.0.0' compile 'com.google.code.gson:gson:2.3.1' } diff --git a/dfu/dfu.iml b/dfu/dfu.iml index 0f43ee0..2e0d735 100644 --- a/dfu/dfu.iml +++ b/dfu/dfu.iml @@ -72,7 +72,7 @@ - + @@ -88,10 +88,10 @@ - + - - + + \ No newline at end of file