Skip to content

Commit

Permalink
Add gradle-dependency to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smbduknow authored Aug 28, 2023
1 parent a3bdbeb commit 44123ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Library supports collecting following performance metrics:
- App Cold Startup Time
- Rendering performance per Activity

### Dependency

The library is available on Maven Central:
```groovy
implementation("com.booking:perfsuite:0.1")
```

### Collecting Startup Times

Implement the callback invoked once Startup Time is collected:
Expand Down

0 comments on commit 44123ee

Please sign in to comment.