Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBBs on multiple APKs #38

Merged
merged 7 commits into from
Oct 1, 2020
Merged

OBBs on multiple APKs #38

merged 7 commits into from
Oct 1, 2020

Conversation

nprail
Copy link
Member

@nprail nprail commented Sep 28, 2020

Closes #23

This is a breaking API and CLI change.

@nprail
Copy link
Member Author

nprail commented Oct 1, 2020

@stephan-nordnes-eriksen These changes should be functional now. I don't have an app with OBBs so I can't effectively test it. You can try it out like so:

# clone the branch
git clone -b 23-obbs-for-separate-apks [email protected]:eventOneHQ/apkup.git
cd apkup

# install dependencies
npm i

# build the TS
npm run build

# then test it out!
node dist/cli ... --file="./artifacts/yourapp-arm64.apk,./artifacts/main.1.yourapp.obb" --file="./artifacts/yourapp-armv7.apk,./artifacts/main.2.yourapp.obb"

@nprail nprail changed the base branch from master to v2 October 1, 2020 20:40
nprail added 2 commits October 1, 2020 16:53
BREAKING CHANGE: `deobfuscation` is now `mappings`
BREAKING CHANGE: Change the `apk` option to a `files` array
@nprail nprail marked this pull request as ready for review October 1, 2020 21:12
@nprail nprail self-assigned this Oct 1, 2020
@nprail
Copy link
Member Author

nprail commented Oct 1, 2020

@stephan-nordnes-eriksen I'm going to merge this into the v2 branch and continue work there. If you find any issues with it, mention them on #23. Then once I'm done with the rest of v2 I'll release a beta!

@nprail nprail merged commit 9f83355 into v2 Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Obb file for two APKs with different versionCodes not supported
2 participants