diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..30aa626
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
new file mode 100644
index 0000000..773d366
--- /dev/null
+++ b/.idea/gradle.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..821cf50
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..7f68460
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Application/Application.iml b/Application/Application.iml
new file mode 100644
index 0000000..824b4b2
--- /dev/null
+++ b/Application/Application.iml
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generateDebugSources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Application/build.gradle b/Application/build.gradle
index ad18f5a..5458ffb 100644
--- a/Application/build.gradle
+++ b/Application/build.gradle
@@ -18,12 +18,11 @@ repositories {
}
dependencies {
- compile "com.android.support:support-v4:27.0.2"
- compile "com.android.support:support-v13:27.0.2"
- compile "com.android.support:cardview-v7:27.0.2"
- compile "com.android.support:appcompat-v7:27.0.2"
- compile 'com.android.support:recyclerview-v7:+'
- compile 'com.android.support:appcompat-v7:21.+'
+ implementation "com.android.support:support-v4:27.1.1"
+ implementation "com.android.support:support-v13:27.1.1"
+ implementation "com.android.support:cardview-v7:27.1.1"
+ implementation "com.android.support:appcompat-v7:27.1.1"
+ implementation 'com.android.support:recyclerview-v7:27.1.1'
}
// The sample build uses multiple directories to