set android:extractNativeLibs to true

it should fixes an F-Droid build issue
This commit is contained in:
Boris Timofeev 2017-05-23 23:44:38 +03:00
parent 72264b4ffb
commit 9192fb975a

View file

@ -9,7 +9,7 @@
<application
android:allowBackup="false"
android:extractNativeLibs="false"
android:extractNativeLibs="true"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@ -70,4 +70,4 @@
</application>
</manifest>
</manifest>