Some test text!

Search
Hamburger Icon

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

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 10.8.0
    implementation "com.pdftron:pdftron:10.8.0"
    implementation "com.pdftron:tools:10.8.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: Chat with us