Skip to content

Commit 9f064e2

Browse files
authored
Merge pull request #11 from PSPDFKit/simone/issue/fix-sample-app
Fix sample app for new PSPDFKit 3.0.0
2 parents f12c438 + 9b4e4de commit 9f064e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ with
208208
var PSPDFKit = NativeModules.PSPDFKit;
209209

210210
const DOCUMENT = "file:///sdcard/document.pdf";
211-
const LICENSE = "LICENSE_KEY_GOES_HERE";
212211
const CONFIGURATION = {
213212
scrollContinuously : false,
214213
showPageNumberOverlay : true,

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<application>
1010
<activity
11-
android:name="com.pspdfkit.ui.PSPDFActivity"
11+
android:name="com.pspdfkit.ui.PdfActivity"
1212
android:windowSoftInputMode="adjustNothing" />
1313
</application>
1414
</manifest>

0 commit comments

Comments
 (0)