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

Upgrade build dependencies for the project #570

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

liutikas
Copy link

  • Upgrade to Gradle 8.11
  • Upgrade to Android Gradle Plugin 8.7.2
  • Remove deprecated android.defaults.buildfeatures.buildconfig=true gradle property, it is not needed as mastodon/build.gradle already sets android { buildFeatures { buildConfig true } }
  • Move plugin repository definition to settings.gradle to match latest Gradle practices
  • Move to using plugin {} mechanism to add Android Gradle Plugin to match the latest Gradle practices
  • Remove root project clean task as this project does not produce any real artifacts, it seems to be leftover from original Android new project template

- Upgrade to Gradle 8.11
- Upgrade to Android Gradle Plugin 8.7.2
- Remove deprecated android.defaults.buildfeatures.buildconfig=true
  gradle property, it is not needed as mastodon/build.gradle already
  sets android { buildFeatures { buildConfig true } }
- Move plugin repository definition to settings.gradle to match latest
  Gradle practices
- Move to using plugin {} mechanism to add Android Gradle Plugin to
  match the latest Gradle practices
- Remove root project clean task as this project does not produce any
  real artifacts, it seems to be leftover from original Android new
  project template
build.gradle Outdated Show resolved Hide resolved
gradle.properties Outdated Show resolved Hide resolved
liutikas and others added 2 commits November 17, 2024 18:46
Co-authored-by: Zongle Wang <[email protected]>
Co-authored-by: Zongle Wang <[email protected]>
@liutikas
Copy link
Author

Anything else missing to land this?

@LucasGGamerM
Copy link
Owner

We are currently rewriting the app from scratch based on upstream. We started it because of the tons of legacy code that were making maintenance a pain. So idk if this PR is relevant, as this issue has already been dealt with in the rewrite branch.

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.

3 participants