Some test text!

Search
Hamburger Icon

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

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:

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

Get the answers you need: Chat with us