Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Sep 17, 2020
1 parent 6678f81 commit 3c747df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1:

- Fix bugs

## 1.2.0:

- Add artifact `vbpd-noreflection` without reflection when create a `ViewBindingProperty`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ allprojects {
}
dependencies {
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.2.0'
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.2.1'
// To use only without reflection variants of viewBinding
implementation 'com.kirich1409.viewbindingpropertydelegate:vbpd-noreflection:1.2.0'
implementation 'com.kirich1409.viewbindingpropertydelegate:vbpd-noreflection:1.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
minSdkVersion = 14
targetSdkVersion = 29

versionName = "1.2.0"
versionName = "1.2.1"

dependencies = [:]
dependencies.kotlinStdlib = "org.jetbrains.kotlin:kotlin-stdlib"
Expand Down

0 comments on commit 3c747df

Please sign in to comment.