-
Notifications
You must be signed in to change notification settings - Fork 4
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
index.android.bundle is still unobfuscated #1
Comments
This is the current issue in using this library. It seems that transforming identifier names into hexadecimal or mangled is not working properly. you can read more here about this issue: here |
In addition to 'hexadecimal' and 'mangled', currently testing |
I am having the same problem. emitObfuscatedFiles true When I do this it creates an encrypted file called index.obfuscated. It seems that the codes in this file are completely encrypted.But there is no encrypted file in index.android.bundle. |
same question |
Upon following @AustinZuniga 's instructions, an APK generated by running ./gradlew assembleRelease still has an assets/index.android.bundle file which remains unobfuscated. Is anyone experiencing this same problem?
The text was updated successfully, but these errors were encountered: