We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a41847 commit 0549228Copy full SHA for 0549228
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.0.1-51 - October 16, 2025
2
+- Update Android to v11.9.0
3
+
4
# 1.0.1-50 - October 16, 2025
5
- Update the example project to use the official Apryse iOS podspec links
6
android/build.gradle
@@ -40,6 +40,6 @@ android {
40
41
dependencies {
42
// Apryse SDK dependencies
43
- implementation "com.pdftron:pdftron:11.8.0"
44
- implementation "com.pdftron:tools:11.8.0"
+ implementation "com.pdftron:pdftron:11.9.0"
+ implementation "com.pdftron:tools:11.9.0"
45
}
0 commit comments