From 730a09880edff906a04275e55d347bcdf835bc4c Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Thu, 27 Aug 2015 21:41:04 -0700 Subject: [PATCH] Changes insisted upon by AndroidStudio after upgrade --- Android/.idea/.name | 2 +- Android/.idea/compiler.xml | 5 +- Android/.idea/encodings.xml | 5 -- Android/.idea/gradle.xml | 2 +- .../inspectionProfiles/Project_Default.xml | 11 ---- .../inspectionProfiles/profiles_settings.xml | 7 -- Android/.idea/misc.xml | 65 +++++++++++-------- Android/.idea/modules.xml | 3 +- Android/.idea/runConfigurations.xml | 12 ++++ Android/.idea/scopes/scope_settings.xml | 5 -- Android/.idea/vcs.xml | 2 +- Android/Android.iml | 6 +- Android/app/app.iml | 38 ++++++----- Android/app/build.gradle | 28 ++++---- Android/build.gradle | 2 +- Android/gradle.properties | 20 ++++++ 16 files changed, 113 insertions(+), 100 deletions(-) delete mode 100644 Android/.idea/encodings.xml delete mode 100644 Android/.idea/inspectionProfiles/Project_Default.xml delete mode 100644 Android/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 Android/.idea/runConfigurations.xml delete mode 100644 Android/.idea/scopes/scope_settings.xml create mode 100644 Android/gradle.properties diff --git a/Android/.idea/.name b/Android/.idea/.name index 4a1c23cb..1429c13e 100644 --- a/Android/.idea/.name +++ b/Android/.idea/.name @@ -1 +1 @@ -Apple2ix \ No newline at end of file +Android \ No newline at end of file diff --git a/Android/.idea/compiler.xml b/Android/.idea/compiler.xml index 217af471..96cc43ef 100644 --- a/Android/.idea/compiler.xml +++ b/Android/.idea/compiler.xml @@ -1,7 +1,6 @@ - - - + \ No newline at end of file diff --git a/Android/.idea/encodings.xml b/Android/.idea/encodings.xml deleted file mode 100644 index e206d70d..00000000 --- a/Android/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/Android/.idea/gradle.xml b/Android/.idea/gradle.xml index 3ec59556..0833b17c 100644 --- a/Android/.idea/gradle.xml +++ b/Android/.idea/gradle.xml @@ -5,7 +5,7 @@