Skip to content

Commit

Permalink
changed the plus and minus symbols to drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
smuyyh committed Jun 19, 2018
1 parent 8f1b311 commit ff6ca10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Android JSON viewer, to convert JSON Strings to a Friendly Readable Format, it s
## Dependencies

```
compile 'com.yuyh.json:jsonviewer:1.0.5'
compile 'com.yuyh.json:jsonviewer:1.0.6'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions jsonviewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 5
versionName "1.0.5"
versionCode 6
versionName "1.0.6"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion jsonviewer/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
def siteUrl = 'https://github.com/smuyyh/JsonViewer' // Git项目主页
def gitUrl = 'https://github.com/smuyyh/JsonViewer.git' // Git仓库url
group = "com.yuyh.json" // 一般为包名
version = "1.0.5" // 版本号
version = "1.0.6" // 版本号

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit ff6ca10

Please sign in to comment.