From 8ecfd0bddafed5af4e5a140e9a2369e2c4f586b0 Mon Sep 17 00:00:00 2001 From: azim konrad Date: Tue, 22 Dec 2020 02:53:59 +0300 Subject: [PATCH] compile is depricated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 826fd5b..1f593a8 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ Using [https://github.com/flavioarfaria/KenBurnsView](https://github.com/flavioa In your module [![Download](https://api.bintray.com/packages/florent37/maven/ArcLayout/images/download.svg)](https://bintray.com/florent37/maven/ArcLayout/_latestVersion) ```groovy -compile 'com.github.florent37:arclayout:1.0.3' + implementation 'com.github.florent37:arclayout:1.0.3' + ``` # Inspirations