From 0ffaac98a8998632e9c216fb732e5cca4ebc08a8 Mon Sep 17 00:00:00 2001 From: "bilgehan.kalkan" Date: Thu, 3 Nov 2022 12:00:08 +0300 Subject: [PATCH] - Update README's --- README.md | 2 +- gradle.properties | 1 - libraries/quantity-picker-view/README.md | 1 - libraries/toolbar/README.md | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b3d552e..9c88640e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ UI Components includes several custom views for Android platform to make develop License -------- - Copyright 2021 Trendyol.com + Copyright 2022 Trendyol.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index 5f4f18a5..0c153688 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,6 @@ org.gradle.configureondemand=true android.useAndroidX=true android.enableJetifier=true -android.databinding.incremental=true android.disableAutomaticComponentCreation=true kapt.include.compile.classpath=false diff --git a/libraries/quantity-picker-view/README.md b/libraries/quantity-picker-view/README.md index 1982abf8..3b01a4df 100644 --- a/libraries/quantity-picker-view/README.md +++ b/libraries/quantity-picker-view/README.md @@ -16,7 +16,6 @@ allprojects { dependencies { implementation "com.github.Trendyol.android-ui-components:quantity-picker-view:$quantityPickerViewVersion"} ``` -:warning: To use **QuantityPickerView**, you have to enable dataBinding from your project's `build.gradle`. ## Usage You can inflate **QuantityPickerView** via XML or programmatically. View can be configurable either in XML or setting a *QuantityPickerViewState*. diff --git a/libraries/toolbar/README.md b/libraries/toolbar/README.md index ffd9f03f..9a980e0c 100644 --- a/libraries/toolbar/README.md +++ b/libraries/toolbar/README.md @@ -94,7 +94,7 @@ Sample usage with `ToolbarViewState`: This library is maintained mainly by Trendyol Android Team members. Everybody can contribute **Toolbar** or other UI Components with opening new PR's. # License - Copyright 2021 Trendyol.com + Copyright 2022 Trendyol.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.