Some test text!

Discord Logo

Chat with us

PDFTron is now Apryse, learn more here.

Android / FAQ / How do I upgrade to the latest version of Apryse?

Platform


PDFTron is now Apryse, learn more here.

How do I upgrade to the latest version of Apryse?

Using Gradle:

If your app is integrating the Apryse Android libraries using Gradle , you can simply update the version of the library referenced in your app's build.gradle file.

dependencies {
    ...
    // Latest version of the Apryse Android SDK is 9.5.0
    implementation "com.pdftron:pdftron:9.5.0"
    implementation "com.pdftron:tools:9.5.0"
    implementation "com.pdftron:demo:9.5.0"
}

Using manual AAR library integration:

If your app is integrating our libraries manually by importing the AAR libraries, you will need to follow the same steps again whenever a new version of the PDFTronAndroid library zip is obtained.

Get the answers you need: Support