From 788e949015eee48298a0db6727f73ed6b9c55256 Mon Sep 17 00:00:00 2001 From: Kirill Rozov Date: Sun, 5 Feb 2023 13:44:06 +0300 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 130cb92..194f5d7 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ allprojects { dependencies { // reflection-based flavor - implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.6' + implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.8' // reflection-free flavor - implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6' + implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.8' } ``` @@ -59,7 +59,7 @@ class ProfileActivity : AppCompatActivity(R.layout.profile) { # License - Copyright 2020-2022 Kirill Rozov + Copyright 2020-2023 Kirill Rozov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.