Protect your Android or iOS app with DexProtector. This Step allows you to integrate DexProtector into your Android or iOS app build as simply as possible using Bitrise. Note: To use this Step, you need a valid DexProtector Enterprise license.
First, make sure that Bitrise has access to a repository containing all of the following:
You will also need the Base64 string of your DexProtector license file. This string must be stored in the Secrets tab of the Bitrise Workflow Editor. For this you need to:
dexprotector.licel file.base64 [PATH TO YOUR LICENSE FILE].Visit licelus.com for more information on activating your license and customizing your configuration file. For licensing or other queries, please contact us at [email protected].
Example of project structure:
/
+-- dexprotector
| +-- dexprotector.jar
| +-- dexprotector.xml
[YOUR PROJECT FILES]