PatilShreyas / bytemask

Android Gradle Plugin that masks secret strings for the app in the source code making it difficult to extract from reverse engineering.
https://patilshreyas.github.io/bytemask/
Apache License 2.0
235 stars 5 forks source link

Use Provider to provide signing config information at runtime #11

Closed matejsemancik closed 3 months ago

matejsemancik commented 3 months ago

Use Provider to evaluate encryption key at task runtime instead of plugin configuration phase.

Fixes #9

PatilShreyas commented 3 months ago

@matejsemancik change looks good, but currently CI is breaking due to formatting issues here as well. Can you please reformat it with spotless? Just run ./gradlew spotlessApply and commit the changes.