From c3e77b21ecaf8f2ef3f6cf66cb4a0c078ce3c104 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 17 Oct 2017 11:31:42 +0200 Subject: [PATCH] Update configuration --- .idea/.name | 1 - .idea/modules.xml | 2 +- KeePassDroid.iml | 19 -------------- app/app.iml | 64 +++++++++++++++++------------------------------ build.gradle | 2 +- 5 files changed, 25 insertions(+), 63 deletions(-) delete mode 100644 .idea/.name delete mode 100644 KeePassDroid.iml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 382e0406e..000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -KeePassDroid \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index c3c5f5663..58620619b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + \ No newline at end of file diff --git a/KeePassDroid.iml b/KeePassDroid.iml deleted file mode 100644 index cb41efc07..000000000 --- a/KeePassDroid.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 11315a980..d2c4e6498 100644 --- a/app/app.iml +++ b/app/app.iml @@ -53,13 +53,6 @@ - - - - - - - @@ -68,6 +61,13 @@ + + + + + + + @@ -76,14 +76,6 @@ - - - - - - - - @@ -92,6 +84,14 @@ + + + + + + + + @@ -116,14 +116,6 @@ - - - - - - - - @@ -132,32 +124,22 @@ - + + + + + + + + - - - - - - - - - - - - - - - - - diff --git a/build.gradle b/build.gradle index 97e8b8e3e..8674409cc 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.3' } }