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

Commit

Permalink
Release 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
braebot committed Sep 27, 2016
1 parent 22dbeea commit 300c056
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
card.io Android SDK change log and release notes
================================================

5.4.2
-----
* Add Mastercard 2-series support.
* Bump compile SDK to 24 for reals.
* Compile distributed package with NDK to r12b (previous was r11c).
* Update Android Gradle plugin to 2.2.0.

5.4.1
-----
* 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!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All releases follow [semantic versioning](http://semver.org/).
The latest version is available via `mavenCentral()`. Just add the following dependency:

```
compile 'io.card:android-sdk:5.4.1'
compile 'io.card:android-sdk:5.4.2'
```

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

```
compile 'io.card:android-sdk:5.4.1'
compile 'io.card:android-sdk:5.4.2'
```

##### If you use something other than gradle, then:
Expand Down
4 changes: 2 additions & 2 deletions SampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}

Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
if (parent != null) {
compile project(':card.io')
} else {
compile 'io.card:android-sdk:5.4.1'
compile 'io.card:android-sdk:5.4.2'
}
}

Expand Down
Binary file renamed aars/card.io-5.4.1.aar → aars/card.io-5.4.2.aar
Binary file not shown.

0 comments on commit 300c056

Please sign in to comment.