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

Commit

Permalink
Update library to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Oct 28, 2015
1 parent 479264f commit a3f3d32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
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.1.1'
compile 'io.card:android-sdk:5.1.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.1.1'
compile 'io.card:android-sdk:5.1.2'
```

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

Binary file renamed aars/card.io-5.1.1.aar → aars/card.io-5.1.2.aar
Binary file not shown.
4 changes: 4 additions & 0 deletions release_notes.md
@@ -1,6 +1,10 @@
card.io Android SDK change log and release notes
================================================

5.1.2
-----
* 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).

5.1.1
-----
* Fix bug where ActionBar was not properly hiding immediately after accepting the Camera permission.
Expand Down

0 comments on commit a3f3d32

Please sign in to comment.