Skip to content

Commit

Permalink
DTONBWTWO-921 - Support android 12 requirements (#288)
Browse files Browse the repository at this point in the history
* DTSERWONE-821 - Introduce UI test to display Authentication error on Rest and GraphQL request when HTTP 401 is returned

* DTSERWONE-921 - Add support to Android 12
  • Loading branch information
grmeyer-hw-dev authored Dec 24, 2022
1 parent 587d879 commit 8c94049
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
[1.0.0-beta14](https://github.com/hyperwallet/hyperwallet-android-ui-sdk/releases/tag/1.0.0-beta14)
-------------------
* Support Android 12

[1.0.0-beta13](https://github.com/hyperwallet/hyperwallet-android-ui-sdk/releases/tag/1.0.0-beta13)
-------------------
* Handle HTTP 401
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {

}

project.version = "1.0.0-beta13"
project.version = "1.0.0-beta14"

}

Expand Down
1 change: 1 addition & 0 deletions transfermethodui/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
android:windowSoftInputMode="adjustResize"/>

<activity
android:exported="false"
android:name="com.hyperwallet.android.ui.transfermethod.view.SelectTransferMethodActivity"
android:label="@string/mobileAddTransferMethodHeader"
android:theme="@style/AppTheme.NoActionBar">
Expand Down

0 comments on commit 8c94049

Please sign in to comment.