diff options
author | Arne Schwabe <arne@rfc2549.org> | 2023-07-27 12:02:56 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2023-07-27 12:03:13 +0200 |
commit | 0c527c123be12f425ca1c1d68233aae3ccac6a87 (patch) | |
tree | b1e0174d530a48d130ccda4227312f260ab1ef26 /main/src | |
parent | 1fc6b17afa9423fc05e66fa4159aa4a229e32625 (diff) |
Add code transparency during build process
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/main/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml index 056d4cff..ab8654b5 100644 --- a/main/src/main/AndroidManifest.xml +++ b/main/src/main/AndroidManifest.xml @@ -29,7 +29,6 @@ android:name=".core.ICSOpenVPNApplication" android:allowBackup="true" android:appCategory="productivity" - android:extractNativeLibs="true" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app" |