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

Remove unused dependencies from native-activity. #1000

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

DanAlbert
Copy link
Member

These dependencies were not actually used but were in contradiction with the android:hasCode=false in the manifest. Remove the pointless dependencies, but leave some comments explaining to anyone that copies from here that they need to update app:hasCode if they add any DEX to their app.

Fixes #929.

These dependencies were not actually used but were in contradiction with
the `android:hasCode=false` in the manifest. Remove the pointless
dependencies, but leave some comments explaining to anyone that copies
from here that they need to update `app:hasCode` if they add any DEX to
their app.

Fixes android#929.
@DanAlbert DanAlbert merged commit bbf6bbb into android:main Apr 17, 2024
2 checks passed
@DanAlbert DanAlbert deleted the fix-native-activity branch April 17, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

native-activity crashes on startup
3 participants