taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 627fff034a85c6076c8d1693af33c38fa4a99825
parent b7478e525084a8231f7466ecf7fd5683a01f40a6
Author: MS <ms@taler.net>
Date:   Wed,  8 Jun 2022 10:29:02 +0200

cashier: allow bank over HTTP (debug)

Diffstat:
Mcashier/src/main/AndroidManifest.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cashier/src/main/AndroidManifest.xml b/cashier/src/main/AndroidManifest.xml @@ -13,6 +13,7 @@ android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:theme="@style/AppTheme" + android:usesCleartextTraffic="true" tools:ignore="GoogleAppIndexingWarning"> <activity