diff --git a/README.md b/README.md index 519ead7..e248935 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Direct Tap SDK for Android *** -*Version:* 4.3.0 +*Version:* 4.4.0 *** ### What is Direct Tap SDK? diff --git a/direct/changelog.md b/direct/changelog.md index ddb9b29..5ef1906 100644 --- a/direct/changelog.md +++ b/direct/changelog.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 4.4.0 - 2024-03-06 + +### Changed + +- Error Code Mapping (Updated Error Code upon Checkout) + ## 4.3.0 - 2024-02-01 ### Added diff --git a/direct/readme.md b/direct/readme.md index f50d9e2..092e24a 100644 --- a/direct/readme.md +++ b/direct/readme.md @@ -1,6 +1,6 @@ # Direct Tap SDK for Android *** -*Version:* 4.3.0 +*Version:* 4.4.0 *** @@ -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.3.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.4.0"** to set the SDK as a dependency for the application. This should look like: ````gradle dependencies { - implementation "com.brankas.tap:direct-tap:4.3.0" + implementation "com.brankas.tap:direct-tap:4.4.0" } ```` diff --git a/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.Companion.html b/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.Companion.html deleted file mode 100644 index 48b1be7..0000000 --- a/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.Companion.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - Companion - - - - - - - - - - - - - - - - - -
- -
- -
-
- -

Object DirectErrorCode.Companion

-
-
- -
- -
-
-
    -
  • - - -
    -
      -
    • - - -

      Nested Class Summary

      -
      - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      -
      -
    • -
    -
    - - - -
    - -
    - - - -
    -
      -
    • - - -

      Constructor Summary

      -
      - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      -
      -
    • -
    -
    - - - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      -
    • -
    -
    - - - -
    -
      -
    • - - -

      Method Summary

      -
      -
      - - -
      -
      - - - - - - - - - - - - - - -
      Modifier and TypeMethodDescription
      final DirectErrorCode - getValueOf(String value) -
      -
      -
        - -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, - wait, wait, wait
      • -
      -
    • -
    -
    - -
  • -
-
-
- -
-
-
- - - - diff --git a/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.html b/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.html index 095a8e4..9736807 100644 --- a/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.html +++ b/javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.html @@ -40,7 +40,7 @@
  • Package
  • -
  • Class
  • +
  • Tree
  • @@ -89,7 +89,7 @@
    -

    Enum DirectErrorCode

    +

    Class DirectErrorCode

    - -

    Methods inherited from class kotlin.Enum

    - getName, getOrdinal -
  • @@ -1068,6 +315,16 @@

    Methods inherited from class java.lang.Object

    Constructor Detail

    + +
      +
    • +

      DirectErrorCode

      +
      DirectErrorCode(String value)
      +
      + +
    • +
    +
  • @@ -1081,15 +338,15 @@

    Constructor Detail

    Method Detail

    - + - + - - - - - - - - - - - +