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.

Groovy

1dependencies {
2 ...
3 // Latest version of the Apryse Android SDK is 11.0.0
4 implementation "com.pdftron:pdftron:11.0.0"
5 implementation "com.pdftron:tools:11.0.0"
6}

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.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales