Skip to content

Releases: vypdev/stringcare-android

Debug extension and bugfix

Choose a tag to compare

@efraespada efraespada released this 21 Jan 20:25
b7d8130
  • 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']
        }
 
    }
}

First version as organization!

Choose a tag to compare

@efraespada efraespada released this 16 Dec 18:03
v0.1

v0.1

Configuration extensions

Choose a tag to compare

@efraespada efraespada released this 11 Dec 03:27
bba1d1f

Set custom source folders and file names for string files:

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

v0.4.1

Choose a tag to compare

@efraespada efraespada released this 14 Mar 09:42
  • Build variant detection
  • SHA1 fingerprint detection
  • New methods