Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerJQ committed Jul 24, 2019
1 parent fdd396a commit 183fa1e
Show file tree
Hide file tree
Showing 3 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 @@ -24,7 +24,7 @@ allprojects {
Add the dependency
``` groovy
dependencies {
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.4'
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
app的build.gradle添加:
``` groovy
dependencies {
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.4'
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dependencies {
implementation "com.android.support:appcompat-v7:${APPCOMPAT_VERSION}"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "com.android.support:cardview-v7:${APPCOMPAT_VERSION}"
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.4'
implementation 'com.github.BakerJQ:Android-InfiniteCards:1.0.5'
// implementation project(':infinite-cards')
}

0 comments on commit 183fa1e

Please sign in to comment.