Skip to content

Commit

Permalink
Update version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed May 3, 2021
1 parent e3724c9 commit 4c0363c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.6

- Bug fixing

## 1.4.5

- Update builtin ProGuard rules
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ allprojects {
}
dependencies {
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.4.4'
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.4.6'
// To use only without reflection variants of viewBinding
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.4.4'
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.4.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = "1.4.31"
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0-rc01'
Expand Down Expand Up @@ -35,7 +35,7 @@ ext {
minSdkVersion = 14
targetSdkVersion = 29

versionName = "1.4.5"
versionName = "1.4.6"

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

0 comments on commit 4c0363c

Please sign in to comment.