Skip to content
Snippets Groups Projects
Unverified Commit 6e92a3df authored by AlexanderAlferov's avatar AlexanderAlferov Committed by GitHub
Browse files

Extract native libs set to true for both builds (DEV) (#1689)

parent 145dfd7f
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ android {
device {
dimension "version"
resValue "string", "app_name", "Corona-Warn"
resValue "bool", "extract_native_libs", "false"
ext {
envTypeDefault = [debug: "INT", release: "PROD"]
......@@ -139,7 +138,6 @@ android {
// Contains test fragments
dimension "version"
resValue "string", "app_name", "CWA TEST"
resValue "bool", "extract_native_libs", "true"
applicationIdSuffix '.test'
ext {
......
......@@ -28,7 +28,7 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:extractNativeLibs="@bool/extract_native_libs"
android:extractNativeLibs="true"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment