diff --git a/.gitignore b/.gitignore index bd6827bc..bf530e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,3 @@ local.properties # jEnv .java-version - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db45f6df..6e37880c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,9 +17,9 @@ If you are adding a new file it should have a header like this: * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/README.md b/README.md index 6161de42..e7d70153 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ shall suffice to illustrate the idea.) ## Bugs and Feedback -For bugs, feature requests, and discussion please use [Github Issues][issues]. +For bugs, feature requests, and discussion please use [GitHub Issues][issues]. For general usage questions please use the [mailing list][list] or [StackOverflow][so]. diff --git a/gradle/artifacts.gradle b/gradle/artifacts.gradle index 3096f0d4..cd2f7bd5 100644 --- a/gradle/artifacts.gradle +++ b/gradle/artifacts.gradle @@ -47,7 +47,7 @@ if (project.plugins.hasPlugin('com.android.library')) { } if (variant.name == 'release') { - // There's a lot of "magic" around the archives configuration; easier + // There's a lot of "magic" around the archives configuration; easier // just to embrace it rather than try to configure around it artifacts { archives javadocJarTask, sourcesJarTask