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 992385d commit d90c63fCopy full SHA for d90c63f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.0.0-44 - April 9, 2025
2
+- Update Android to v11.5.0
3
+
4
# 1.0.0-43 - April 9, 2025
5
- Update Android to v11.4.0
6
android/build.gradle
@@ -40,6 +40,6 @@ android {
40
41
dependencies {
42
// Apryse SDK dependencies
43
- implementation "com.pdftron:pdftron:11.4.0"
44
- implementation "com.pdftron:tools:11.4.0"
+ implementation "com.pdftron:pdftron:11.5.0"
+ implementation "com.pdftron:tools:11.5.0"
45
}
0 commit comments