Skip to content

Commit

Permalink
release 2.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Jul 21, 2020
1 parent 68b15ad commit 5e6cfc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 引入

```xml
compile 'com.mylhyl:circleDialog:2.6.17'
compile 'com.mylhyl:circleDialog:2.6.18'
```

[下载APK体验](https://fir.im/sbvq)或手机扫描下面二维码
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
minSdkVersion : 16,
targetSdkVersion : 27,
versionCode : 1,
versionName : "20191223"
versionName : "20200721"
]

dependVersion = [
Expand All @@ -21,6 +21,6 @@ ext {
]

publish = [
version: "2.6.17"
version: "2.6.18"
]
}

0 comments on commit 5e6cfc2

Please sign in to comment.