Skip to content

Commit a3f3d32

Browse files
author
Jeff Brateman
committed
Update library to 5.1.2
1 parent 479264f commit a3f3d32

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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.1.1'
17+
compile 'io.card:android-sdk:5.1.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.1.1'
49+
compile 'io.card:android-sdk:5.1.2'
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.1.1'
55+
compile 'io.card:android-sdk:5.1.2'
5656
}
5757
}
5858

Binary file not shown.

release_notes.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.1.2
5+
-----
6+
* Fix bug where denying the camera permission on Android 23 results in invalid data [#37-source](https://github.com/card-io/card.io-Android-source/issues/37).
7+
48
5.1.1
59
-----
610
* Fix bug where ActionBar was not properly hiding immediately after accepting the Camera permission.

0 commit comments

Comments
 (0)