Skip to content

Commit

Permalink
add dependency info
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Aug 17, 2023
1 parent 9a8affe commit 9c6e1a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,18 @@ Google's libphonenumber is a great library but it has to major flaws when used o

The goal of this library is to fix these two issues.

Download
Setup
--------
Gradle:
```groovy
repositories {
mavenCentral()
mavenCentral()
// For snapshots
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
dependencies {
// todo: publish to mavenCentral
implementation("io.github.luca992.libphonenumber-kotlin:libphonenumber:0.1.0-SNAPSHOT")
}
```

Expand Down

0 comments on commit 9c6e1a6

Please sign in to comment.