Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Conversation

@gilfernandes
Copy link

It would be nice to have some configuration option which allows to scan and extract resource strings from another directory besides the default directory.

This pull request allows to specify a different directory on which the scan is supposed to happen. With the changes introduced in this pull request you include in your build.gradle file your classpath declaration:

classpath 'de.ito.gradle.plugin:android-string-extractor:0.1.1'

and then for scanning the app folder (as an example) you can add this configuration to your build.gradle file:

stringExtractionProperties {
    targetFolder = 'app'
}

Copy link

@ankit1057 ankit1057 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems appropriate to me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants