Closed garanj closed 4 months ago
I think we should wait for this until we have tests. Too invasive 👍 Tests are now passing for obfuscated APKs, non-obfuscated APKs and bundles.
Let's wait until we address loading the assets into memory before merging this
Thanks, I've moved to a streamed approach.
Let's wait until we address loading the assets into memory before merging this
Thanks, I've moved to a streamed approach.
Looks good to me, but I noticed that with this change, some other code can go away. Once that is gone, this can be merged.
Let's wait until we address loading the assets into memory before merging this
Thanks, I've moved to a streamed approach.
Looks good to me, but I noticed that with this change, some other code can go away. Once that is gone, this can be merged.
Thanks, done!
Adds handling for release APKs where Android Resources are obfuscated.
Updates tests to test with obfuscated APKs Adds test to ensure non-obfuscated APKs are also tested