Skip to content

Commit

Permalink
[hotfix] Jitpack build
Browse files Browse the repository at this point in the history
- new version for Jitpack
  • Loading branch information
GrzegorzBobryk committed Oct 2, 2023
1 parent bea0a59 commit 800ad42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and the dependency itself

```gradle
dependencies {
implementation 'com.github.GrzegorzBobryk:ViewBindingDelegate:1.0.4'
implementation 'com.github.GrzegorzBobryk:ViewBindingDelegate:1.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion view-binder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ afterEvaluate {

groupId = 'com.github.grzegorzbobryk'
artifactId = 'view-binder'
version = '1.0.4'
version = '1.0.5'
}
}
}
Expand Down

0 comments on commit 800ad42

Please sign in to comment.