diff --git a/README.md b/README.md index e58acd95..2db89867 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ The following instructions are only applicable to Android development; click her + android:name="pdftron_license_key" + android:value="@string/PDFTRON_LICENSE_KEY" /> ... + + ``` If you are using the `DocumentView` widget, change the parent class of your `MainActivity` file (either Kotlin or Java) to `FlutterFragmentActivity`: