Skip to content

Debug extension and bugfix

Compare
Choose a tag to compare
@efraespada efraespada released this 21 Jan 20:31
· 74 commits to master since this release
ba1b272
  • Bugfix: plugin was using wrong module name.
  • debug extension was added for printing variant detail info
stringcare {
 
    debug true
 
    modules {
 
        sample {
            stringFiles = ['strings.xml']
            srcFolders = ['src/main']
        }
 
    }
}