Skip to content

build.gradle.kts contains deprecated element rescourceConfigurations #2649

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

Closed
marcnause opened this issue Mar 13, 2025 · 1 comment · Fixed by #2654
Closed

build.gradle.kts contains deprecated element rescourceConfigurations #2649

marcnause opened this issue Mar 13, 2025 · 1 comment · Fixed by #2654
Labels
Beginner Good task for a new comer to start with Chore Changes to things that do not go into production

Comments

@marcnause
Copy link
Contributor

AndroidStudio and the build process warn: 'resourceConfigurations: MutableSet<String>' is deprecated. Support for resource configurations will be removed. For language resource configurations in applications, use androidResources. localeFilters.

The deprecated element should be replaced to avoid problems in the future.

@marcnause marcnause added Beginner Good task for a new comer to start with Chore Changes to things that do not go into production labels Mar 13, 2025
@rahul31124
Copy link
Contributor

Hi @marcnause, I have fixed this issue please review it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beginner Good task for a new comer to start with Chore Changes to things that do not go into production
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants