-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix errors found by ./gradlew lint #5834
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
Comments
Hello, am I able to work on this issue? It is my first time working on this repo so please let me know if there is something needed that is not covered by the contribution guidelines. |
@baijun6 It is yours, looking forward to your pull request(s). Feel free to fix either all issues or only some of them, as you wish. 🙂 |
@nicolas-raoul Thank you! I am currently getting the following error when trying to build the prod, beta and running the app. I'm using the latest Android Studio on macOS Sonoma 14.5, SDK 34, and Andriod gradle plugin 8.5 and gradle 8.7. I would be grateful if you could provide any advice as to how to resolve this :)
|
Hi, I was having the same error. What helped me is to change SDK version to 17 in Android Studio (File->Setting->Build,Execution,Deployment->Build->Gradle and change GradleJDK to 17 (I have Azul Zulu version). Next in build.gradle(app:) I changed this from 11 to 17:
Hopefully it helps :) |
That worked! Thank you :) |
I have made a pull request, fixing some of the issues listed in lint :) |
To see the full list, run the
lint
Gradle task.The text was updated successfully, but these errors were encountered: