Skip to content

Commit 44123ee

Browse files
authored
Add gradle-dependency to Readme
1 parent a3bdbeb commit 44123ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Library supports collecting following performance metrics:
1616
- App Cold Startup Time
1717
- Rendering performance per Activity
1818

19+
### Dependency
20+
21+
The library is available on Maven Central:
22+
```groovy
23+
implementation("com.booking:perfsuite:0.1")
24+
```
25+
1926
### Collecting Startup Times
2027

2128
Implement the callback invoked once Startup Time is collected:

0 commit comments

Comments
 (0)