From 0d1085730bb0a42995ccd39adcb78cca6d0226ff Mon Sep 17 00:00:00 2001 From: Alexandros Schillings Date: Thu, 19 Jan 2017 17:15:49 +0000 Subject: [PATCH] Bumped tools to 2.2.3 --- .idea/.name | 1 - .idea/encodings.xml | 6 -- .idea/gradle.xml | 11 +-- .idea/inspectionProfiles/Project_Default.xml | 97 ------------------- .../inspectionProfiles/profiles_settings.xml | 7 -- .idea/misc.xml | 36 ++++++- .idea/vcs.xml | 2 +- bluetooth-le-library.iml | 2 +- build.gradle | 2 +- library/library.iml | 2 + sample_app/sample_app.iml | 25 +++-- 11 files changed, 58 insertions(+), 133 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 55fafa8..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -bluetooth-le-library \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 3a336fe..561ff88 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,9 +3,8 @@ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 780a08f..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..a58deef 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,6 +27,40 @@ + + + + + + + + + Android + + + Android > Lint > Correctness + + + Android > Lint > Performance + + + CorrectnessLintAndroid + + + General + + + LintAndroid + + + + + Android + + + + + @@ -37,7 +71,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/bluetooth-le-library.iml b/bluetooth-le-library.iml index f36911a..6c7aa80 100644 --- a/bluetooth-le-library.iml +++ b/bluetooth-le-library.iml @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 1865bee..1951a2d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' + classpath 'com.android.tools.build:gradle:2.2.3' } } diff --git a/library/library.iml b/library/library.iml index 6040fb7..c0cbb2b 100644 --- a/library/library.iml +++ b/library/library.iml @@ -33,12 +33,14 @@ + + diff --git a/sample_app/sample_app.iml b/sample_app/sample_app.iml index 4d16de8..b140503 100644 --- a/sample_app/sample_app.iml +++ b/sample_app/sample_app.iml @@ -32,12 +32,14 @@ + + @@ -64,14 +66,6 @@ - - - - - - - - @@ -80,6 +74,14 @@ + + + + + + + + @@ -105,6 +107,7 @@ + @@ -122,16 +125,20 @@ - + + + + + \ No newline at end of file