From c218622fa679b7e053f850722383c775f1524349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sun, 6 May 2018 01:19:47 +0300 Subject: [PATCH] Replacement of "compile" with "implementation" As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6af3168..23a81f4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ repositories { ``` Add dependency to your build.gradle ```groovy -compile 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar' +implementation 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar' ``` Developed by @@ -109,4 +109,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```