mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
Add `extractNativeLibs' flag to reduce apk size (#15638)
This commit is contained in:
parent
c3e52dbf47
commit
270f5ab258
@ -32,7 +32,10 @@
|
|||||||
android:theme="@style/Theme.AppSplash"
|
android:theme="@style/Theme.AppSplash"
|
||||||
android:name=".MainApplication"
|
android:name=".MainApplication"
|
||||||
android:largeHeap="true"
|
android:largeHeap="true"
|
||||||
android:usesCleartextTraffic="true">
|
android:usesCleartextTraffic="true"
|
||||||
|
android:extractNativeLibs="true">
|
||||||
|
<!-- After upgrading Android Gradle Plugin to 4.2.0 and above we must get rid of `extractNativeLibs="true"`
|
||||||
|
and use`useLegacyPackaging` flag in our app's `build.gradle`-->
|
||||||
<meta-data android:name="commitHash" android:value="${commitHash}"/>
|
<meta-data android:name="commitHash" android:value="${commitHash}"/>
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user