Skip to content

Commit

Permalink
Improve language of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 committed May 6, 2024
1 parent 4cece3a commit 473f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/PublishDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const checkAbis = async (apkPath: string) => {
... amV7libs.length > 0 ? [`\narmeabi-v7a:\n` + amV7libs] : [],
... x86libs.length > 0 ? [`\nx86:\n` + x86libs] : [],
... x8664libs.length > 0 ? [`\nx86_64:\n` + x8664libs] : [],
`\n\nAlthough your app might work, these library files are unused and increase the size of apk file making the user experience worse while installing/updating your app.`,
`\n\nAlthough your app works fine on Saga, these library files are unused and increase the size of apk file making the download and update time longer for your app.`,
`\n\nSee https://developer.android.com/games/optimize/64-bit#build-with-64-bit for how to optimize your app.`,
].join('\n')

Expand Down

0 comments on commit 473f662

Please sign in to comment.