How do I add Apryse to an app that uses AndroidX?

If you are integrating Apryse using Gradle and would like to use AndroidX in your app, you can enable the following flags in your app's gradle.properties file to tell Android Studio's build system to migrate the Apryse Android libraries to use AndroidX:

Groovy

1# Automatically migrate third-party libraries to use AndroidX
2android.useAndroidX=true
3android.enableJetifier=true

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales