diff --git a/.gitignore b/.gitignore index d6bfc95..156194a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,24 @@ -.gradle -/local.properties -/.idea/workspace.xml +# Android Studio project files +*.iws +.idea/workspace.xml +.idea/tasks.xml .DS_Store + +# generated folders +build/ +bin/ +gen/ +.gradle/ + +# Local configuration file (sdk path, etc) +local.properties + +#built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class diff --git a/.idea/.name b/.idea/.name index ea23bb6..146ef2b 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -Recycle Austin \ No newline at end of file +RecycleAustin \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index e0c956e..5b28541 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,10 +5,12 @@ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..cb6c532 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/appcompat_v7_19_1_0.xml b/.idea/libraries/appcompat_v7_19_1_0.xml deleted file mode 100644 index 5bd6ea8..0000000 --- a/.idea/libraries/appcompat_v7_19_1_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/hamcrest_core_1_3.xml b/.idea/libraries/hamcrest_core_1_3.xml new file mode 100644 index 0000000..157e3f3 --- /dev/null +++ b/.idea/libraries/hamcrest_core_1_3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jsoup_1_7_3.xml b/.idea/libraries/jsoup_1_7_3.xml new file mode 100644 index 0000000..988200c --- /dev/null +++ b/.idea/libraries/jsoup_1_7_3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/junit_4_11.xml b/.idea/libraries/junit_4_11.xml new file mode 100644 index 0000000..40820ce --- /dev/null +++ b/.idea/libraries/junit_4_11.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_v4_19_1_0.xml b/.idea/libraries/support_v4_19_1_0.xml deleted file mode 100644 index 3f6ff2d..0000000 --- a/.idea/libraries/support_v4_19_1_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e0bebd3..c0dc56f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,9 @@ + + + @@ -21,19 +24,7 @@ - Android 4.2.2 - - - - - - - - Android 4.2.2 + JDK