Skip to content

Commit 9ed6039

Browse files
committed
Update library versions in installation guide
1 parent b2fbf88 commit 9ed6039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ catch (e: Exception) {
8888
* Gradle
8989
```
9090
dependencies {
91-
implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:3.2.0'
91+
implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:3.3.0'
9292
}
9393
```
9494

@@ -97,7 +97,7 @@ dependencies {
9797
<dependency>
9898
<groupId>com.github.backtrace-labs.backtrace-android</groupId>
9999
<artifactId>backtrace-library</artifactId>
100-
<version>3.1.0</version>
100+
<version>3.3.0</version>
101101
<type>aar</type>
102102
</dependency>
103103
```

0 commit comments

Comments
 (0)