diff --git a/CHANGELOG.md b/CHANGELOG.md index d809801..48b9d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index c94e63c..1f335f2 100644 --- a/README.md +++ b/README.md @@ -31,24 +31,24 @@ Maven: com.xendit xendit-android - 3.8.4 + 3.8.5 pom ``` Gradle: ``` -compile 'com.xendit:xendit-android:3.8.4' +compile 'com.xendit:xendit-android:3.8.5' ``` Ivy: ``` - + ``` -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**: diff --git a/xendit-android/build.gradle b/xendit-android/build.gradle index 0fe6d7a..6449f95 100644 --- a/xendit-android/build.gradle +++ b/xendit-android/build.gradle @@ -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' @@ -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 { @@ -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