diff --git a/app/app.iml b/app/app.iml index 64848e5..6e912fc 100644 --- a/app/app.iml +++ b/app/app.iml @@ -68,7 +68,7 @@ - + @@ -82,8 +82,8 @@ - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 2fd34c0..db48cb0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { applicationId "com.mridang.speedo" @@ -21,6 +21,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:23.1.1' + compile 'com.android.support:support-v4:23.2.0' compile project(':colorPicker') } \ No newline at end of file