Skip to content

Commit

Permalink
android workaround 44291 issue bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis committed Nov 7, 2024
1 parent a19543e commit 11d63c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ android {
buildConfigField "String", "GITCommitDate", '"2021-01-21T15:08:22+04:00"'
buildConfigField "String", "GITRemoteOriginURL", '"https://github.com/artsy/eigen.git"'
}

packagingOptions {
jniLibs {
useLegacyPackaging true
}
}

signingConfigs {
debug {
storeFile file('debug.keystore')
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:extractNativeLibs="true"
android:theme="@style/AppTheme">
<meta-data
android:name="com.facebook.sdk.ApplicationId"
Expand Down

0 comments on commit 11d63c1

Please sign in to comment.