Skip to content

Commit

Permalink
Prepare for release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanCaiCoding committed Mar 30, 2021
1 parent 1ac0f77 commit 848c072
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ android {
dependencies {
// The following are optional, please add as needed
implementation 'com.dylanc:viewbinding-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-nonreflection-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-base-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-brvah-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-ktx:1.1.1'
implementation 'com.dylanc:viewbinding-nonreflection-ktx:1.1.1'
implementation 'com.dylanc:viewbinding-base-ktx:1.1.1'
implementation 'com.dylanc:viewbinding-brvah-ktx:1.1.1'
}
```

Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ android {
dependencies {
// 以下都是可选,请根据需要进行添加
implementation 'com.dylanc:viewbinding-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-nonreflection-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-base-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-brvah-ktx:1.1.0'
implementation 'com.dylanc:viewbinding-ktx:1.1.1'
implementation 'com.dylanc:viewbinding-nonreflection-ktx:1.1.1'
implementation 'com.dylanc:viewbinding-base-ktx:1.1.1'
implementation 'com.dylanc:viewbinding-brvah-ktx:1.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion viewbinding-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publish {
repoName = 'maven'
groupId = 'com.dylanc'
artifactId = 'viewbinding-base-ktx'
publishVersion = '1.1.0'
publishVersion = '1.1.1'
desc = 'An easy way to use ViewBinding.'
website = 'https://github.com/DylanCaiCoding/ViewBindingKtx'
}
2 changes: 1 addition & 1 deletion viewbinding-brvah/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publish {
repoName = 'maven'
groupId = 'com.dylanc'
artifactId = 'viewbinding-brvah-ktx'
publishVersion = '1.1.0'
publishVersion = '1.1.1'
desc = 'An easy way to use ViewBinding.'
website = 'https://github.com/DylanCaiCoding/ViewBindingKtx'
}
2 changes: 1 addition & 1 deletion viewbinding-nonreflection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publish {
repoName = 'maven'
groupId = 'com.dylanc'
artifactId = 'viewbinding-nonreflection-ktx'
publishVersion = '1.1.0'
publishVersion = '1.1.1'
desc = 'An easy way to use ViewBinding.'
website = 'https://github.com/DylanCaiCoding/ViewBindingKtx'
}
2 changes: 1 addition & 1 deletion viewbinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publish {
repoName = 'maven'
groupId = 'com.dylanc'
artifactId = 'viewbinding-ktx'
publishVersion = '1.1.0'
publishVersion = '1.1.1'
desc = 'An easy way to use ViewBinding.'
website = 'https://github.com/DylanCaiCoding/ViewBindingKtx'
}

0 comments on commit 848c072

Please sign in to comment.