Skip to content

com.brankas.tap.direct-tap 2.4.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.brankas.tap</groupId>
  <artifactId>direct-tap</artifactId>
  <version>2.4.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

2.4.0 - 2021-10-25

Changed

  • refactored and moved some classes (DirectTapSDK, DirectTapRequest, Account, Address, Amount, Client, Currency, Customer and UniqueAmount) to direct-related packages (Do an Auto Import in Android Studio to fix previous imported packages).
  • gradle dependencies:

Upgrade these libraries:

implementation 'com.google.protobuf:protobuf-javalite:3.14.0'
implementation 'io.grpc:grpc-okhttp:1.30.2'
implementation('io.grpc:grpc-protobuf-lite:1.30.2') {
         exclude group: 'com.google.protobuf'
}
implementation 'io.grpc:grpc-stub:1.30.2'

to:

implementation 'com.google.protobuf:protobuf-javalite:3.19.0-rc-1'
implementation 'io.grpc:grpc-okhttp:1.41.0'
implementation('io.grpc:grpc-protobuf-lite:1.41.0') {
      exclude group: 'com.google.protobuf'
}
implementation 'io.grpc:grpc-stub:1.41.0'

Added

  • error codes and messages when using BDO and BPI Transfers
  • ERROR_CODE support on onActivityResult