You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version numbers in gradle.properties, app/build.gradle.kts, and README.md - Add changelog entry for v1.2.5 with page navigation callback fixes - Update VERSION_HISTORY.md with new version information and upgrade guide - Prepare for release with comprehensive documentation updates
Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ SONATYPE_HOST=S01
24
24
RELEASE_SIGNING_ENABLED=true
25
25
POM_GROUP_ID=io.github.rhariskumar3
26
26
POM_ARTIFACT_ID=pdfpreview
27
-
POM_VERSION=1.2.4
27
+
POM_VERSION=1.2.5
28
28
POM_PACKAGING=aar
29
29
POM_NAME=pdfpreview
30
30
POM_DESCRIPTION=AndroidPDFPreview is a lightweight and easy-to-use SDK that enables you to display and interact with PDF documents in your Android apps
0 commit comments