taler-android

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

commit bdb6f69dec8adfc3d44bfa006ef46984932a12d1
parent 06cc8b0ed16115dcdb38e2adc65d4a75ecd024a4
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 11 May 2020 20:09:34 +0530

compress native libs

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

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