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 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Feb 11, 2015
1 parent 106a5f0 commit c760acd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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:4.0.0'
compile 'io.card:android-sdk:4.0.1'
```

You can receive updates about new versions via a few different channels:
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:4.0.0'
compile 'io.card:android-sdk:4.0.1'
}
}

Binary file renamed aars/card.io-4.0.0.aar → aars/card.io-4.0.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
================================================

4.0.1
-----
* Minor bug fixes.

4.0.0
-----
* Distribute .aar file instead of .jar and .so files
Expand Down

0 comments on commit c760acd

Please sign in to comment.