Skip to content

Commit 8c94049

Browse files
DTONBWTWO-921 - Support android 12 requirements (#288)
* 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
1 parent 587d879 commit 8c94049

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
[1.0.0-beta14](https://github.com/hyperwallet/hyperwallet-android-ui-sdk/releases/tag/1.0.0-beta14)
4+
-------------------
5+
* Support Android 12
6+
37
[1.0.0-beta13](https://github.com/hyperwallet/hyperwallet-android-ui-sdk/releases/tag/1.0.0-beta13)
48
-------------------
59
* Handle HTTP 401

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424

2525
}
2626

27-
project.version = "1.0.0-beta13"
27+
project.version = "1.0.0-beta14"
2828

2929
}
3030

transfermethodui/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
android:windowSoftInputMode="adjustResize"/>
1919

2020
<activity
21+
android:exported="false"
2122
android:name="com.hyperwallet.android.ui.transfermethod.view.SelectTransferMethodActivity"
2223
android:label="@string/mobileAddTransferMethodHeader"
2324
android:theme="@style/AppTheme.NoActionBar">

0 commit comments

Comments
 (0)