Replies: 2 comments
-
Check this commit:ea49069 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Related: #148
In MT Manager (an Android app) it's possible to use the
Optimize APK
function which basically compress stuff in apk. I often need to use the option to reduce the size of libs. It's pretty slow on phones.So, my suggestion is to add an optional argument that optimizes output apk size. Like
--optimize
.That way I don't have to manually optimize after merging an apks file.
Beta Was this translation helpful? Give feedback.
All reactions