Skip to content

Commit

Permalink
Bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
andysg012 committed Mar 17, 2023
1 parent 2dc0464 commit e602a24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.8.1 (2023-03-17)
- Chore: Upgrade sentry-android to 6.15.0
- Chore: Update sentry dsn

## 3.8.0 (2023-03-13)
- Feat: Added storeCVN method for caching cvn on subsequent multi-use token purpose
- Feat: Added storeCVN test page
Expand Down Expand Up @@ -49,4 +53,4 @@ Features:

Features:

- Add `should_3ds` (boolean) field in multi use or skip authentication tokenization result, accessible using `.getShould_3DS`
- Add `should_3ds` (boolean) field in multi use or skip authentication tokenization result, accessible using `.getShould_3DS`
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.0</version>
<version>3.8.1</version>
<type>pom</type>
</dependency>
```

Gradle:
```
compile 'com.xendit:xendit-android:3.8.0'
compile 'com.xendit:xendit-android:3.8.1'
```

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

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

**Note**:

Expand Down
4 changes: 2 additions & 2 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.0'
version '3.8.1'

ext {
bintrayOrg = 'xendit'
Expand Down Expand Up @@ -36,7 +36,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName '3.8.0'
versionName '3.8.1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down

0 comments on commit e602a24

Please sign in to comment.