Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 02a6c79

Browse files
author
jlhonora
committed
Update import instructions
1 parent d5c3850 commit 02a6c79

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ Install from Maven central:
1414
<dependency>
1515
<groupId>com.rollbar</groupId>
1616
<artifactId>rollbar</artifactId>
17-
<version>0.5.0</version>
17+
<version>0.1.3</version>
1818
</dependency>
1919
</dependencies>
2020
```
2121

22+
or
23+
24+
```
25+
compile 'com.rollbar:rollbar-android:0.1.3'
26+
```
27+
2228
### Jar
2329

2430
Download [rollbar-android.jar](https://github.com/rollbar/rollbar-android/releases/latest) and place it in your Android project's `libs` directory.

0 commit comments

Comments
 (0)