-
Notifications
You must be signed in to change notification settings - Fork 26
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 CI will crash due to undeclared variables (in .gitignore) #35
Comments
Hello, I would like to work on this issue, can you assign this to me? |
Sorry for the delay in response. |
Hi, no problem. |
Can you make a PR first or tell me what you intend to do? |
Using new MaterialAlertDialogBuilder.Builder(context) instead of new MaterialAlertDialogBuilder(context) in AddWifiAction.java:69, cant be the problem? |
The problem is not solely caused by that (although it is, as you correctly pointed out, an error) Due to low usage, I'm thinking of removing ads. Could you help to remove advertising ( |
Thanks for spotting that bug. It was committed recently in a PR. |
If you'd like, can you submit a PR removing After you open a PR, I will assign this to you. Thanks and happy hacking/contributing! 🎃 |
Yeap, i can help you with that.
Ill get on computer tomorow soo, then ill create PR for that. |
As some variables aren't pushed up, Android CI will fail (for future commits)
The text was updated successfully, but these errors were encountered: