Skip to content

Commit

Permalink
extractNativeLibs="true"
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Apr 13, 2023
1 parent 73df442 commit 8585724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
android:theme="@style/Theme.AppSplash"
android:name=".MainApplication"
android:largeHeap="true"
android:usesCleartextTraffic="true">
android:usesCleartextTraffic="true"
android:extractNativeLibs="true">
<meta-data android:name="commitHash" android:value="${commitHash}"/>
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit 8585724

Please sign in to comment.