Skip to content

Commit

Permalink
使用远程依赖,更新readme中版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyun11 committed Dec 18, 2020
1 parent 020640d commit 58bbb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
implementation 'com.github.NoEndToLF:ChinaMapView:1.0.2'
implementation 'com.github.NoEndToLF:ChinaMapView:1.0.3'
}
### 布局XML中添加
#### 布局XML中添加与系统View使用方式一样,宽高如果只确定其一,另一个根据parent的宽高和map的比例取最小值确定。最终map的宽度和高度由padding决定
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(':chinamapviewlibrary')
// implementation 'com.github.NoEndToLF:ChinaMapView:1.0.2'
// implementation project(':chinamapviewlibrary')
implementation 'com.github.NoEndToLF:ChinaMapView:1.0.3'
implementation 'com.android.support:design:29.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
Expand Down

0 comments on commit 58bbb5c

Please sign in to comment.