Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nets-in-app committed Sep 1, 2021
1 parent 8c6a782 commit 7a99064
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MiaSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'org.nanohttpd:nanohttpd:2.3.1'

implementation('eu.nets.mia:mia-sdk:1.4.0@aar') { transitive = true; changing=true; }
implementation('eu.nets.mia:mia-sdk:1.4.1@aar') { transitive = true; changing=true; }
}

apply plugin: 'com.google.gms.google-services'
8 changes: 4 additions & 4 deletions MiaSample/app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Mon Aug 02 11:46:51 EEST 2021
#Mon Aug 16 12:23:51 EEST 2021
PROD_BASE_URL="https\://api.dibspayment.eu/"
VERSION_NAME=1.4.0
VERSION_NAME=1.4.1
TEST_CHECKOUT_JS="https\://test.checkout.dibspayment.eu/v1/checkout.js?v\=1"
VERSION_CODE=34
VERSION_CODE=35
PROD_CHECKOUT_KEY = "YOUR PROD CHECKOUT KEY HERE"
TEST_CHECKOUT_KEY ="YOUR TEST CHECKOUT KEY HERE"
PROD_CHECKOUT_JS="https\://checkout.dibspayment.eu/v1/checkout.js?v\=1"
TEST_SECRET_KEY = "YOUR TEST SECRET KEY HERE"
TEST_BASE_URL="https\://test.api.dibspayment.eu/"
PROD_SECRET_KEY = "YOUR PROD SECRET KEY HERE"
TEST_BASE_URL="https\://test.api.dibspayment.eu/"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Easy - Android SDK v1.4.0
# Easy - Android SDK v1.4.1
----
![Logo](readme-files/NetsLogo.jpg)

Expand All @@ -17,7 +17,7 @@ MiA Easy Android SDK is a library which facilitates the Embedded DIBS Easy Check
----
In your `build.gradle` application level file, add:
```gradle
implementation('eu.nets.mia:mia-sdk:1.4.0') { transitive = true;}
implementation('eu.nets.mia:mia-sdk:1.4.1') { transitive = true;}
```

**Note:** the library is available through both `jcenter()` and `mavenCentral()` repositories.
Expand Down
2 changes: 1 addition & 1 deletion ReactNative/react-native-rn-mia/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation 'com.facebook.react:react-native:+' // From node_modules

// Mia SDK
implementation 'eu.nets.mia:mia-sdk:1.4.0'
implementation 'eu.nets.mia:mia-sdk:1.4.1'
}

def configureReactNativePom(def pom) {
Expand Down
Binary file modified Xamarin/DLL Files/MiASDKBinding.dll
Binary file not shown.
Binary file added apk/mia-sdk-android-release-sample-1.4.1.apk
Binary file not shown.
10 changes: 8 additions & 2 deletions documentation/Start - Overview of MiA Android SDK.html

Large diffs are not rendered by default.

Binary file added documentation/readme-files/NetsLogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/readme-files/mia_macro_elements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a99064

Please sign in to comment.