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

Allow builds on develop to write to the Gradle cache, update task names #3834

Merged
merged 3 commits into from
Jul 12, 2023

Conversation

nikclayton
Copy link
Contributor

No description provided.

@nikclayton
Copy link
Contributor Author

The lint in this step is failing because of:

 /home/runner/work/Tusky/Tusky/app/build.gradle:31: Error: Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details. [OldTargetApi]
        targetSdk 33
        ~~~~~~~~~~~~

I think this is because the Ubuntu build image includes SDK platform 34 (it's listed in https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md) and that's being automatically selected.

Since this is normally warning-only I've set it back to that in #3836

@nikclayton nikclayton changed the title Allow builds on develop to write to the Gradle cache Allow builds on develop to write to the Gradle cache, update task names Jul 12, 2023
@nikclayton nikclayton merged commit a41b81c into develop Jul 12, 2023
3 checks passed
@nikclayton nikclayton deleted the nikclayton-patch-1 branch July 12, 2023 11:26
Lakoja pushed a commit to Lakoja/Tusky that referenced this pull request Oct 3, 2023
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.

2 participants