Skip to content

Commit

Permalink
[release] 1.0.8 (#15)
Browse files Browse the repository at this point in the history
- java downgrade
- migration to kts
  • Loading branch information
GrzegorzBobryk authored Nov 6, 2023
1 parent d04ea07 commit f60a1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Smartphone (please complete the following information):**
- Device: [e.g. Pixel 3a]
- OS: [e.g. api 33]
- Version [e.g. 1.0.7]
- Version [e.g. 1.0.8]

**Additional context**
Add any other context about the problem here.
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.7'
implementation 'com.github.GrzegorzBobryk:ViewBindingDelegate:1.0.8'
}
```

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

groupId = "com.github.grzegorzbobryk"
artifactId = "view-binder"
version = "1.0.8-alpha.5"
version = "1.0.8"
}
}
}
Expand Down

0 comments on commit f60a1fa

Please sign in to comment.