Skip to content

Commit

Permalink
* Updated ReadMe and Changelog for Direct Tap SDK v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed May 3, 2024
1 parent 15a3c19 commit a92c424
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap SDK for Android
***
*Version:* 4.5.0
*Version:* 4.6.0
***

### What is Direct Tap SDK?
Expand Down
15 changes: 15 additions & 0 deletions direct/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## 4.6.0 - 2024-05-02

### Fixed

- Transaction being cancelled when QRPH Image Download is executed
- Default Status Messages

### Added

- **Lottie Animation Dependency** (*implementation "com.airbnb.android:lottie:4.2.2"*)

### Changed

- QRPH Image Download Screen Flow (Added Loading Page after download)

## 4.5.0 - 2024-04-17

### Fixed
Expand Down
7 changes: 4 additions & 3 deletions direct/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap SDK for Android
***
*Version:* 4.5.0
*Version:* 4.6.0
***


Expand Down Expand Up @@ -71,10 +71,10 @@ This set of instructions assumes that the IDE being used is Android Studio
```
**NOTE: You can use any GitHub Account in filling up the credentials**

2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:direct-tap:4.5.0"** to set the SDK as a dependency for the application. This should look like:
2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:direct-tap:4.6.0"** to set the SDK as a dependency for the application. This should look like:
````gradle
dependencies {
implementation "com.brankas.tap:direct-tap:4.5.0"
implementation "com.brankas.tap:direct-tap:4.6.0"
}
````

Expand All @@ -92,6 +92,7 @@ This set of instructions assumes that the IDE being used is Android Studio
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
//implementation "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$kotlin_coroutines_version"
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2'
implementation 'com.airbnb.android:lottie:4.2.2'
}

compileOptions {
Expand Down

0 comments on commit a92c424

Please sign in to comment.