File tree 3 files changed +6
-6
lines changed
src/main/java/com/pspdfkit/example
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
39
39
40
40
dependencies {
41
41
42
- // PSPDFKit is integrated from the PSPDFKit Maven repository. See the `repositories` block at the beginning
42
+ // Nutrient is integrated from the Nutrient Maven repository. See the `repositories` block at the beginning
43
43
// of this file, which shows how to set up the repository in your app.
44
- implementation(" com.pspdfkit:pspdfkit:2024.7.0 " )
44
+ implementation(" com.pspdfkit:pspdfkit:2024.8.1 " )
45
45
46
46
}
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ private void launchPdfActivity(@NonNull final Uri uri) {
122
122
final PdfActivityConfiguration pspdfkitConfiguration = new PdfActivityConfiguration .Builder (
123
123
getApplicationContext ())
124
124
.scrollDirection (PageScrollDirection .HORIZONTAL )
125
- .showPageNumberOverlay ( )
126
- .showThumbnailGrid ( )
125
+ .pageNumberOverlayEnabled ( true )
126
+ .thumbnailGridEnabled ( true )
127
127
.theme (R .style .PSPDFSimple_Theme )
128
128
.themeDark (R .style .PSPDFSimple_Theme_Dark )
129
129
.fitMode (PageFitMode .FIT_TO_WIDTH )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencyResolutionManagement {
10
10
repositories {
11
11
google()
12
12
mavenCentral()
13
- // The PSPDFKit library is loaded from the PSPDFKit Maven repository, added by this configuration.
14
- maven(url = " https://customers.pspdfkit.com /maven/" )
13
+ // The Nutrient library is loaded from the Nutrient Maven repository, added by this configuration.
14
+ maven(url = " https://my.nutrient.io /maven/" )
15
15
}
16
16
17
17
versionCatalogs {
You can’t perform that action at this time.
0 commit comments