From a2cc5e3acddf451667382fb9c3644ff910a8d535 Mon Sep 17 00:00:00 2001 From: Divyanshu Negi Date: Tue, 19 Mar 2019 02:52:10 +0530 Subject: [PATCH] updated Readme.md using `compile` is going to be obsolete, and I felt this library is very useful so it should be implemented with new gradle standard of `implementation` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d06f320..b1a0196 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ For making animations more real, I created another project named [Android Easing #### Gradle ```groovy dependencies { - compile 'com.android.support:support-compat:25.1.1' - compile 'com.daimajia.easing:library:2.0@aar' - compile 'com.daimajia.androidanimations:library:2.3@aar' + implementation 'com.android.support:support-compat:25.1.1' + implementation 'com.daimajia.easing:library:2.0@aar' + implementation 'com.daimajia.androidanimations:library:2.3@aar' } ``` #### Maven