Skip to content

Commit

Permalink
说明文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
roomanl committed Oct 14, 2019
1 parent 76c2011 commit a560b89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
## 引用:
[![](https://jitpack.io/v/roomanl/ArcgisTool.svg)](https://jitpack.io/#roomanl/ArcgisTool)
```gradle
implementation 'com.github.roomanl:ArcgisTool:1.4'
implementation 'com.github.roomanl:ArcgisTool:1.5'
或者
implementation project(':arcgistool')
```
## 更新日志:
## 更新日志:
#### 2019/10/14 V1.5
ArcgisToolManager类新增放大缩小控件的样式属性设置
#### 2019/10/12 V1.4
新增ArcgisToolManager类,用此类来统一管理MeasureToolView,JAVA设置属性修改为用ArcgisToolManager类链式调用设置
#### 2018/09/19 V1.3
Expand Down
4 changes: 2 additions & 2 deletions arcgistool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 14
versionName "1.4"
versionCode 15
versionName "1.5"
}

buildTypes {
Expand Down

0 comments on commit a560b89

Please sign in to comment.