From f60a1fa5fbd8c0d8c1df3473ea48016bd1de7f2c Mon Sep 17 00:00:00 2001 From: GrzegorzBobryk <38888282+GrzegorzBobryk@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:30:32 +0100 Subject: [PATCH] [release] 1.0.8 (#15) - java downgrade - migration to kts --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- view-binder/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b63f83..1d6a685 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/README.md b/README.md index e9c3ffc..bae5334 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/view-binder/build.gradle.kts b/view-binder/build.gradle.kts index 8c9524f..fd18671 100644 --- a/view-binder/build.gradle.kts +++ b/view-binder/build.gradle.kts @@ -40,7 +40,7 @@ afterEvaluate { groupId = "com.github.grzegorzbobryk" artifactId = "view-binder" - version = "1.0.8-alpha.5" + version = "1.0.8" } } }