Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
update readme and examples to use v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tombayley committed Sep 23, 2019
1 parent da36e60 commit 4f6aa98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ allprojects {
And add the library to your module build.gradle:
```
dependencies {
implementation 'com.github.tombayley:DropDownTipsList:1.0.0'
implementation 'com.github.tombayley:DropDownTipsList:1.2.0'
}
```

Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Expand Up @@ -25,7 +25,8 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':dropdowntipslist')
implementation 'com.github.tombayley:DropDownTipsList:1.2.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -19,7 +19,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 4f6aa98

Please sign in to comment.