Skip to content

Configuration extensions

Choose a tag to compare

@efraespada efraespada released this 11 Dec 03:27
· 159 commits to master since this release
bba1d1f

Set custom source folders and file names for string files:

stringobfuscator {
    modules {
        sample {
            stringFiles = ['strings.xml']
            srcFolders = ['src/main']
        }
    }
}