Skip to content

Commit

Permalink
- Update README's
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgehankalkan committed Nov 3, 2022
1 parent 840785c commit 0ffaac9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion libraries/quantity-picker-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down
2 changes: 1 addition & 1 deletion libraries/toolbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ffaac9

Please sign in to comment.