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

Commit

Permalink
Release 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Apr 22, 2016
1 parent eeadecb commit 114c0d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
card.io Android SDK change log and release notes
================================================

5.3.4
-----
* Fix crash on Android 23 and above where `onRequestPermissionsResult()` returns an empty array [card.io-Android-source#70](https://github.com/card-io/card.io-Android-source/issues/70).

5.3.3
-----
* Fix newline issue in ES locale [#142](https://github.com/card-io/card.io-Android-SDK/issues/142).
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.3.3'
compile 'io.card:android-sdk:5.3.4'
```

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.3.3'
compile 'io.card:android-sdk:5.3.4'
```

##### If you use something other than gradle, then:
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
if (parent != null) {
compile project(':card.io')
} else {
compile 'io.card:android-sdk:5.3.3'
compile 'io.card:android-sdk:5.3.4'
}
}

Expand Down
Binary file renamed aars/card.io-5.3.3.aar → aars/card.io-5.3.4.aar
Binary file not shown.

0 comments on commit 114c0d1

Please sign in to comment.