Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Commit 300c056

Browse files
committed
Release 5.4.2
1 parent 22dbeea commit 300c056

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
card.io Android SDK change log and release notes
22
================================================
33

4+
5.4.2
5+
-----
6+
* Add Mastercard 2-series support.
7+
* Bump compile SDK to 24 for reals.
8+
* Compile distributed package with NDK to r12b (previous was r11c).
9+
* Update Android Gradle plugin to 2.2.0.
10+
411
5.4.1
512
-----
613
* Add ability to specify an alternative search path for the native libraries via `CardIONativeLibsConfig` [card.io-Android-source#86](https://github.com/card-io/card.io-Android-source/pull/86). Thank you Thorben Primke!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All releases follow [semantic versioning](http://semver.org/).
1414
The latest version is available via `mavenCentral()`. Just add the following dependency:
1515

1616
```
17-
compile 'io.card:android-sdk:5.4.1'
17+
compile 'io.card:android-sdk:5.4.2'
1818
```
1919

2020
You can receive updates about new versions via a few different channels:
@@ -46,7 +46,7 @@ A manual entry fallback mode is provided for devices that do not meet these requ
4646
##### If you use gradle, then add the following dependency from `mavenCentral()`:
4747

4848
```
49-
compile 'io.card:android-sdk:5.4.1'
49+
compile 'io.card:android-sdk:5.4.2'
5050
```
5151

5252
##### If you use something other than gradle, then:

SampleApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.2'
6+
classpath 'com.android.tools.build:gradle:2.2.0'
77
}
88
}
99

@@ -52,7 +52,7 @@ dependencies {
5252
if (parent != null) {
5353
compile project(':card.io')
5454
} else {
55-
compile 'io.card:android-sdk:5.4.1'
55+
compile 'io.card:android-sdk:5.4.2'
5656
}
5757
}
5858

12.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)