From 535c99c9f8ad2bdbb95af1dca1d5cb5b80fd98e6 Mon Sep 17 00:00:00 2001 From: roomanl Date: Sat, 12 Oct 2019 16:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c3985..2e39eed 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ 包括:测量工具控件及测量接口,放大缩小控件及放大缩小接口,地图旋转控件及地图旋转接口。
![](https://github.com/roomanl/ArcgisTool/blob/master/GIF.gif?raw=true) ## 引用: +[![](https://jitpack.io/v/roomanl/ArcgisTool.svg)](https://jitpack.io/#roomanl/ArcgisTool) ```gradle -implementation 'com.github.roomanl:ArcgisTool:v1.4' +implementation 'com.github.roomanl:ArcgisTool:1.4' 或者 implementation project(':arcgistool') ```