Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeerus committed May 25, 2020
1 parent 098b107 commit 393edab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
```
```
dependencies {
implementation 'com.github.lndmflngs:hat-view:1.0.3'
implementation 'com.github.lndmflngs:hat-view:1.0.4'
}
```
## Issue Tracking
Expand Down
2 changes: 1 addition & 1 deletion gradle/deps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ android.ktx = "androidx.core:core-ktx:$versions.ktx"
deps.android = android

def kotlin = [:]
kotlin.stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions.kotlin"
kotlin.stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$versions.kotlin"
deps.kotlin = kotlin

0 comments on commit 393edab

Please sign in to comment.