From 4afcc061c4771512e77d9d83bdc0e32ec6f32d97 Mon Sep 17 00:00:00 2001 From: Chynna Date: Wed, 8 Aug 2018 18:58:11 +0800 Subject: [PATCH] Changed 'compile' into implementation To solve the issues regarding: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52da9c4d..60a82d70 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ dependencies { repositories { mavenCentral() } - compile 'com.sothree.slidinguppanel:library:3.4.0' + implementation 'com.sothree.slidinguppanel:library:3.4.0' } ```