diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbd60224..386fca20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Changelog ========= +[1.0.0-beta11](https://github.com/hyperwallet/hyperwallet-android-ui-sdk/releases/tag/1.0.0-beta11) +------------------- +* Fixed currency formatting issues +* Fixed add transfer method qraphQL calls +* Bug fixes [1.0.0-beta10](https://github.com/hyperwallet/hyperwallet-android-ui-sdk/releases/tag/1.0.0-beta10) ------------------- diff --git a/README.md b/README.md index 4fd6ba6ce..7bfc7b356 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Note that this SDK is geared towards those who need both backend data and UI fea To install Hyperwallet UI SDK, you just need to add the dependencies into your build.gradle file in Android Studio (or Gradle). For example: ```bash -api 'com.hyperwallet.android.ui:transfermethodui:1.0.0-beta10' -api 'com.hyperwallet.android.ui:receiptui:1.0.0-beta10' -api 'com.hyperwallet.android.ui:transferui:1.0.0-beta10' +api 'com.hyperwallet.android.ui:transfermethodui:1.0.0-beta11' +api 'com.hyperwallet.android.ui:receiptui:1.0.0-beta11' +api 'com.hyperwallet.android.ui:transferui:1.0.0-beta11' ``` ### Proguard diff --git a/build.gradle b/build.gradle index 4292fe3b5..713fb33db 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ allprojects { } - project.version = "1.0.0-beta11-SNAPSHOT" + project.version = "1.0.0-beta11" } @@ -38,7 +38,7 @@ subprojects { targetVersion = 30 codeVersion = 1 - hyperwalletCoreVersion = '1.0.0-beta10-SNAPSHOT' + hyperwalletCoreVersion = '1.0.0-beta10' hyperwalletInsightVersion = '1.0.0-beta02' // androidMaterialVersion = '1.0.0'