Skip to content

Commit

Permalink
1.0.6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzue committed Mar 21, 2021
1 parent eee7816 commit 507650d
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 @@ -25,7 +25,7 @@
2. 在 build.gradle(app) 文件引入主题资源:

```
implementation 'com.github.kongzue:DialogXStyle-Snackbar:1.0.5'
implementation 'com.github.kongzue:DialogXStyle-Snackbar:1.0.6'
```

3. 找到 DialogX.globalStyle 设置,没有可以直接使用 MaterialStyle,如果有设置其他的主题,可使用该主题 Style 替代下边代码中的 MaterialStyle,重写 popTipSettings 即可完成设置:
Expand Down
4 changes: 2 additions & 2 deletions Snackbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def siteUrl = 'https://github.com/kongzue/DialogX' //项目在github主页地址
def gitUrl = 'https://github.com/kongzue/DialogX.git' //Git仓库的地址

group = "com.kongzue.dialogx.style.snackbar"
version = "1.0.5"
version = "1.0.6"

android {
compileSdkVersion 30
Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.5"
versionName "1.0.6"

consumerProguardFiles "consumer-rules.pro"
}
Expand Down

0 comments on commit 507650d

Please sign in to comment.