From 931eb428ddd6dd66310a2bcd777be526328b7f73 Mon Sep 17 00:00:00 2001 From: Minsuk Eom Date: Sun, 11 Feb 2018 23:13:49 +0900 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a791c37..90ad9ea 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following to `app`'s `build.gradle` file: ```gradle dependencies { - compile 'boxresin.library:JavaHTTP:1.1.1' + implementation 'boxresin.library:JavaHTTP:1.1.1' } ``` From da8722faf8ca1b5263d9889ad717e8559741964e Mon Sep 17 00:00:00 2001 From: Minsuk Eom Date: Fri, 21 Sep 2018 22:04:42 +0900 Subject: [PATCH 2/5] Update .gitignore --- .gitignore | 19 ++++--- .idea/compiler.xml | 22 -------- .idea/copyright/profiles_settings.xml | 3 -- .idea/dictionaries/eomin.xml | 3 -- .idea/encodings.xml | 6 --- .idea/gradle.xml | 7 --- .idea/misc.xml | 75 ++------------------------- .idea/modules.xml | 2 - .idea/vcs.xml | 2 +- DemoApp/.gitignore | 3 +- Library/.gitignore | 3 +- 11 files changed, 22 insertions(+), 123 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/dictionaries/eomin.xml delete mode 100644 .idea/encodings.xml diff --git a/.gitignore b/.gitignore index 39fb081..a04bb24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ +# Build files +build/ + +# Project setting files +.idea/ *.iml -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries +local.properties + +# Gradle generated files +.gradle/ + +# OS related files .DS_Store -/build -/captures -.externalNativeBuild +Thumbs.db diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/dictionaries/eomin.xml b/.idea/dictionaries/eomin.xml deleted file mode 100644 index 1bbd361..0000000 --- a/.idea/dictionaries/eomin.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ 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 44377ec..76a4349 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,13 +5,6 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 67a48d2..c72ad17 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,76 +1,11 @@ - -