Some test text!
Android / FAQ / How do I upgrade to the latest version of Apryse?
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.1.0
implementation "com.pdftron:pdftron:10.1.0"
implementation "com.pdftron:tools:10.1.0"
implementation "com.pdftron:demo:10.1.0"
}
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