From 7d6f823727d9dd2ee4c34615f9b8b87029a88d43 Mon Sep 17 00:00:00 2001 From: Aditya Anand <13274079+AdityaAnand1@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:54:43 +0530 Subject: [PATCH] Update 'compile' to 'implementation' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded7379..3f138d5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Usage ##### Gradle ``` dependencies { - compile 'com.gongwen:swipeback:1.0.2' + implementation 'com.gongwen:swipeback:1.0.2' } ``` ###### [Layout](app/src/main/res/layout/activity_common.xml) @@ -158,4 +158,4 @@ License 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 + limitations under the License.