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

chore: update dependencies and migrate buildConfig to Gradle Build files #2404

Merged
merged 1 commit into from
May 16, 2024

Conversation

AsCress
Copy link
Contributor

@AsCress AsCress commented May 15, 2024

Fixes #2403 and #2399.
Updates dependencies in the project to the latest versions and migrates the buildConfig setting to Gradle Build files.

Changes

build.gradle.kts :-

  • update com.google.android.material:material from 1.11.0 to 1.12.0
  • add buildConfig setting

gradle.properties :-

  • remove android.defaults.buildfeatures.buildConfig

Screenshots / Recordings

N/A

Checklist:

  • No hard coding: I have used resources from strings.xml, dimens.xml and colors.xml without hard coding any value.
  • No end of file edits: No modifications done at end of resource files strings.xml, dimens.xml or colors.xml.
  • Code reformatting: I have reformatted code and fixed indentation in every file included in this pull request.
  • No extra space: My code does not contain any extra lines or extra spaces than the ones that are necessary.

@CloudyPadmal CloudyPadmal merged commit f38f5d1 into fossasia:development May 16, 2024
2 checks passed
@AsCress
Copy link
Contributor Author

AsCress commented May 16, 2024

@CloudyPadmal This commit is somehow deleted I don't know how and no changes are being reflected in the codebase. Please look into it.

@adityastic
Copy link
Collaborator

@AsCress Fixed it. Should now be in

@AsCress
Copy link
Contributor Author

AsCress commented May 16, 2024

Thanks very much 😊

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.

Update dependencies in the project to the latest versions
3 participants