Skip to content

Commit

Permalink
Updated Direct Tap Version to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed May 21, 2024
1 parent 7ef35b2 commit 70dc32e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

// gRPC
implementation 'com.google.protobuf:protobuf-javalite:3.21.7'
implementation 'com.google.protobuf:protobuf-javalite:3.25.1'
implementation 'io.grpc:grpc-okhttp:1.63.0' // CURRENT_GRPC_VERSION
implementation('io.grpc:grpc-protobuf-lite:1.63.0') {
exclude group: 'com.google.protobuf'
Expand All @@ -76,7 +76,7 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'

implementation "androidx.security:security-crypto:1.1.0-alpha06"
implementation "com.brankas.tap:direct-tap:4.6.0"
implementation "com.brankas.tap:direct-tap:4.7.0"

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2'
implementation 'com.github.bumptech.glide:glide:4.12.0'
Expand Down
10 changes: 10 additions & 0 deletions sdk docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 4.7.0 - 2024-05-13

### Fixed

- QRPH Flow Termination

### Added

- more Bank Codes as source and destination

## 4.6.0 - 2024-05-02

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions sdk docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap SDK for Android
***
*Version:* 4.6.0
*Version:* 4.7.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.6.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.7.0"** to set the SDK as a dependency for the application. This should look like:
````gradle
dependencies {
implementation "com.brankas.tap:direct-tap:4.6.0"
implementation "com.brankas.tap:direct-tap:4.7.0"
}
````

Expand Down

0 comments on commit 70dc32e

Please sign in to comment.