Skip to content

Commit

Permalink
Merge pull request #104 from xendit/chore/update-sentry
Browse files Browse the repository at this point in the history
Update sentry-android
  • Loading branch information
andysg012 authored Jul 4, 2023
2 parents f56dd74 + cf028ed commit e5a29f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# CHANGELOG

## 3.8.5 (2023-07-04)
- Chore: Upgrade sentry-android to 6.24.0

## 3.8.4 (2023-05-03)
- Bug Fix: Fix Wrong Casting Bug

## 3.8.3 (2023-05-03)
- Bug Fix: Redeploy


## [Broken]3.8.2 (2023-05-03)
- Bug Fix: Handle External Event for 3DS

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@ Maven:
<dependency>
<groupId>com.xendit</groupId>
<artifactId>xendit-android</artifactId>
<version>3.8.4</version>
<version>3.8.5</version>
<type>pom</type>
</dependency>
```

Gradle:
```
compile 'com.xendit:xendit-android:3.8.4'
compile 'com.xendit:xendit-android:3.8.5'
```

Ivy:
```
<dependency org='com.xendit' name='xendit-android' rev='3.8.4'>
<dependency org='com.xendit' name='xendit-android' rev='3.8.5'>
<artifact name='xendit-android' ext='pom' ></artifact>
</dependency>
```

For more information, visit https://central.sonatype.dev/artifact/com.xendit/xendit-android/3.8.2/versions
For more information, visit https://central.sonatype.dev/artifact/com.xendit/xendit-android/3.8.5/versions

**Note**:

Expand Down
6 changes: 3 additions & 3 deletions xendit-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

group 'com.xendit'
version '3.8.4'
version '3.8.5'

ext {
bintrayOrg = 'xendit'
Expand Down Expand Up @@ -36,7 +36,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName '3.8.4'
versionName '3.8.5'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation 'com.snowplowanalytics:snowplow-android-tracker:2.1.1@aar'

// sentry
api 'io.sentry:sentry-android:6.15.0'
api 'io.sentry:sentry-android:6.24.0'

// this dependency is not required if you are already using your own
// slf4j implementation
Expand Down

0 comments on commit e5a29f2

Please sign in to comment.