Skip to content

Commit e02e886

Browse files
committed
Version 3.7.0: Adjusted README.MD with 3.7.0 samples
1 parent 3ed2f9f commit e02e886

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ catch (e: Exception) {
7979
* Gradle
8080
```
8181
dependencies {
82-
implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:3.3.0'
82+
implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:3.7.0'
8383
}
8484
```
8585

@@ -88,7 +88,7 @@ dependencies {
8888
<dependency>
8989
<groupId>com.github.backtrace-labs.backtrace-android</groupId>
9090
<artifactId>backtrace-library</artifactId>
91-
<version>3.3.0</version>
91+
<version>3.7.0</version>
9292
<type>aar</type>
9393
</dependency>
9494
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1024m
1414

1515

1616
VERSION_NAME=3.7.0
17-
VERSION_CODE=360
17+
VERSION_CODE=370
1818
GROUP=com.github.backtrace-labs.backtrace-android
1919

2020
POM_DESCRIPTION=Backtrace's integration with Android applications written in Java allows customers to capture and report handled and unhandled java exceptions.

0 commit comments

Comments
 (0)