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

Commit 114c0d1

Browse files
author
Jeff Brateman
committed
Release 5.3.4
1 parent eeadecb commit 114c0d1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

4+
5.3.4
5+
-----
6+
* 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).
7+
48
5.3.3
59
-----
610
* Fix newline issue in ES locale [#142](https://github.com/card-io/card.io-Android-SDK/issues/142).

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.3.3'
17+
compile 'io.card:android-sdk:5.3.4'
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.3.3'
49+
compile 'io.card:android-sdk:5.3.4'
5050
```
5151

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

SampleApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
if (parent != null) {
5353
compile project(':card.io')
5454
} else {
55-
compile 'io.card:android-sdk:5.3.3'
55+
compile 'io.card:android-sdk:5.3.4'
5656
}
5757
}
5858

12.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)