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

[BUG] [Android] Release APK is set as Debug #40

Open
sebastien46 opened this issue Dec 5, 2024 · 1 comment
Open

[BUG] [Android] Release APK is set as Debug #40

sebastien46 opened this issue Dec 5, 2024 · 1 comment

Comments

@sebastien46
Copy link

The current version 1.7 APK is set to android:debuggable=true.
This is potentially undesirable behavior, as it:

The solution would be either to:

  • Split the APK into Two Release / Debug APKs
  • Set the app to android:debug=false and only keep the release APK.
@sebastien46 sebastien46 changed the title [BUG] Release APK is set as Debug [BUG] [Android] Release APK is set as Debug Dec 5, 2024
@VadimBoev
Copy link
Owner

Yes, you're definitely right, I'll keep that in mind if there are further releases.

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

No branches or pull requests

2 participants