Skip to content

Commit

Permalink
add kotlin repositoryr url
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Apr 21, 2019
1 parent 2094b5c commit 7c02f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// java
implementation 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
// kotlin
implementation 'com.romellfudi.ussdlibrary:ussd-libraryKt:{kotlinLatestVersion}'
implementation 'com.romellfudi.ussdlibrary:kotlin-ussd-library:{kotlinLatestVersion}'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// java
implementation 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
// kotlin
implementation 'com.romellfudi.ussdlibrary:ussd-libraryKt:{kotlinLatestVersion}'
implementation 'com.romellfudi.ussdlibrary:kotlin-ussd-library:{kotlinLatestVersion}'
}
```

Expand Down

0 comments on commit 7c02f5f

Please sign in to comment.