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

Set generated class package to namespace instead of applicationId #10

Closed matejsemancik closed 3 months ago

matejsemancik commented 3 months ago

Resolves #8

PatilShreyas commented 3 months ago

@matejsemancik can you please reformat this with spotless?

just run ./gradlew spotlessApply and commit the changes. Please have a look at contributing.md for more info

matejsemancik commented 3 months ago

Ah, I missed that, will do!

matejsemancik commented 3 months ago

I think I'm also gonna ditch the applicationSuffix configuration from sample app, because with current build setup the app will use the current plugin version (1.0.0-alpha01) which does not support the change and build will fail.

PatilShreyas commented 3 months ago

I think I'm also gonna ditch the applicationSuffix configuration from sample app, because with current build setup the app will use the current plugin version (1.0.0-alpha01) which does not support the change and build will fail.

Sure 👍🏻