diff --git a/app/app.iml b/app/app.iml index 8459066..b5d00e9 100644 --- a/app/app.iml +++ b/app/app.iml @@ -85,8 +85,8 @@ - - + + diff --git a/app/build.gradle b/app/build.gradle index f1925c3..479e6dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,5 +23,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile "com.android.support:support-v4:21.0.+" + compile "com.android.support:support-v4:22.0.+" }