Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Nov 25, 2015
1 parent 9eb6a5a commit 9d2c30f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 0.0.4 / 2015-11-25
- [#64](https://github.com/uphold/uphold-sdk-android/pull/64) Add the normalized model to the transaction (@SandroMachado)
- [#63](https://github.com/uphold/uphold-sdk-android/pull/63) Improve rest adapter log level detection (@SandroMachado)
- [#65](https://github.com/uphold/uphold-sdk-android/pull/65) Add jitpack badge (@SandroMachado)

### 0.0.3 / 2015-11-03
- [#60](https://github.com/uphold/uphold-sdk-android/pull/60) Add Travis badge to README file (@SandroMachado)
- [#59](https://github.com/uphold/uphold-sdk-android/pull/59) Add TLSv1.2 support for older Android versions (@SandroMachado)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repositories {
}
dependencies {
// Add the classifier `sandboxRelease`, i.e. `'com.github.uphold:uphold-sdk-android:0.0.3:sandboxRelease@aar'`, to use the sandbox environment.
compile ('com.github.uphold:uphold-sdk-android:0.0.3@aar') {
// Add the classifier `sandboxRelease`, i.e. `'com.github.uphold:uphold-sdk-android:0.0.4:sandboxRelease@aar'`, to use the sandbox environment.
compile ('com.github.uphold:uphold-sdk-android:0.0.4@aar') {
transitive = true
}
}
Expand Down

0 comments on commit 9d2c30f

Please sign in to comment.