Skip to content

Commit

Permalink
Merge branch 'master' into errorView
Browse files Browse the repository at this point in the history
  • Loading branch information
selimtoksal authored Feb 9, 2020
2 parents b1d05c6 + a546c6b commit 8c38f14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/dialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
- After adding JitPack repository, you can add **Dialogs** dependency to your app level build.gradle.
```gradle
dependencies {
implementation "com.trendyol.ui-components:dialogs:$dialogsVersion"}
implementation "com.github.Trendyol.android-ui-components:dialogs:$dialogsVersion"}
```
:warning: To use **Dialogs**, you have to enable dataBinding from your main project, and implement material library into app level `build.gradle`.
:warning: **Dialogs** can only usable via Kotlin.
Expand Down
2 changes: 1 addition & 1 deletion libraries/rating-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
- After adding JitPack repository, you can add **RatingBar** dependency to your app level build.gradle.
```gradle
dependencies {
implementation "com.trendyol.ui-components:rating-bar:$ratingBarVersion"
implementation "com.github.Trendyol.android-ui-components:rating-bar:$ratingBarVersion"
}
```
:warning: To use **RatingBar**, you have to enable dataBinding from your main project.
Expand Down
2 changes: 1 addition & 1 deletion libraries/suggestion-input-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
- After adding JitPack repository, you can add **SuggestionInputView** dependency to your app level build.gradle.
```gradle
dependencies {
implementation "com.trendyol.ui-components:suggestion-input-view:suggestionInputViewVersion"
implementation "com.github.Trendyol.android-ui-components:suggestion-input-view:$suggestionInputViewVersion"
}
```
:warning: To use **SuggestionInputView**, you have to enable dataBinding from your main project.
Expand Down
2 changes: 2 additions & 0 deletions libraries/suggestion-input-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

group="com.trendyol.ui-components"

version="1.0.2"

android {
Expand All @@ -16,6 +17,7 @@ android {
targetSdkVersion 29
versionCode 3
versionName "1.0.2"

vectorDrawables.useSupportLibrary = true

consumerProguardFiles 'consumer-rules.pro'
Expand Down
2 changes: 1 addition & 1 deletion libraries/toolbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
- After adding JitPack repository, you can add **Toolbar** dependency to your app level build.gradle.
```gradle
dependencies {
implementation "com.trendyol.ui-components:toolbar:$toolbarVersion"
implementation "com.github.Trendyol.android-ui-components:toolbar:$toolbarVersion"
}
```
:warning: To use **Toolbar**, you have to enable dataBinding from your main project.
Expand Down

0 comments on commit 8c38f14

Please sign in to comment.