Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-liu87 authored Jun 6, 2023
1 parent ef68871 commit 909eaf7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Android Library to extract sms from Bank/Credit Card provider into transaction d
Add it in your root build.gradle at the end of repositories on your gradle file:
```Gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation 'com.github.andrea-liu87:transaction-parser:<version-name>'
}
implementation 'com.github.andrea-liu87:transaction-parser:<version-name>'
}
```

## Usage
Expand Down

0 comments on commit 909eaf7

Please sign in to comment.