Skip to content

Commit beca939

Browse files
Add to README.md information how to download library
1 parent f67941b commit beca939

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,31 @@ try {
3737
7. [Architecture](#architecture)
3838

3939

40+
# Download
41+
Gradle
42+
```
43+
dependencies {
44+
compile 'com.github.backtrace-labs.backtrace-android:backtrace-library:1.0rc1'
45+
}
46+
```
47+
48+
Maven
49+
```
50+
<dependency>
51+
<groupId>com.github.backtrace-labs.backtrace-android</groupId>
52+
<artifactId>backtrace-library</artifactId>
53+
<version>1.0rc1</version>
54+
<type>aar</type>
55+
</dependency>
56+
```
57+
4058
# Features Summary <a name="features-summary"></a>
4159
* Light-weight Java client library that quickly submits exceptions and crashes to your Backtrace dashboard. Can include callstack, system metadata, custom metadata.<!--, and file attachments if needed.-->
4260
* Supports a wide range of Android SDKs.
4361
* Supports asynchronous Tasks.
4462
* Fully customizable and extendable event handlers and base classes for custom implementations.
4563

64+
4665
# Differences and limitations of the SDKs version <a name="limitations"></a>
4766

4867
# Supported SDKs <a name="supported-sdks"></a>

0 commit comments

Comments
 (0)