icon

DexProtector

Protect your Android or iOS app with DexProtector.

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:

  • your project's source code
  • DexProtector (dexprotector.jar)
  • your customized DexProtector configuration file (dexprotector.xml)

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:

  1. Activate your license to create your dexprotector.licel file.
  2. Generate the Base64 of this file. You can use the command 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]

Similar steps

Activates Bitrise Remote Build Cache for subsequent Bazel builds in the workflows.

Activates Bitrise Remote Build Cache add-on for subsequent Gradle builds in the workflow

Activates Bitrise Remote Build Cache add-on for subsequent Xcode builds in the workflow

Run your ApiSpotter tests and get the test result to your Bitrise build.