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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Oct 14, 2015
1 parent ddfcd9f commit 479264f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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.1.0'
compile 'io.card:android-sdk:5.1.1'
```

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

##### 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.1.0'
compile 'io.card:android-sdk:5.1.1'
}
}

Binary file renamed aars/card.io-5.1.0.aar → aars/card.io-5.1.1.aar
Binary file not shown.
4 changes: 4 additions & 0 deletions release_notes.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.1.1
-----
* Fix bug where ActionBar was not properly hiding immediately after accepting the Camera permission.

5.1.0
-----
* Add arm64-v8a processor support [#33-source](https://github.com/card-io/card.io-Android-source/issues/33), [#51](https://github.com/card-io/card.io-Android-SDK/issues/51).
Expand Down

0 comments on commit 479264f

Please sign in to comment.