Skip to content

Commit

Permalink
Update library version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Mar 2, 2021
1 parent 907b13b commit 827efca
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.4.3

- Update ProGuard rules

## 1.4.2

- Migrate to Maven Central. This is the latest releases available via JCenter.
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.github.kirich1409:viewbindingpropertydelegate:1.4.2'
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.4.3'
// To use only without reflection variants of viewBinding
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.4.2'
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.4.3'
}
```

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

versionName = "1.4.2"
versionName = "1.4.3"

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

0 comments on commit 827efca

Please sign in to comment.