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 88a1bd5 commit e00cc5aCopy full SHA for e00cc5a
android/build.gradle
@@ -25,6 +25,8 @@ rootProject.allprojects {
25
apply plugin: 'com.android.library'
26
27
android {
28
+ namespace 'com.pdftron.pdftronflutter'
29
+
30
compileSdkVersion 33
31
32
defaultConfig {
android/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
1
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.pdftron.pdftronflutter">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
4
<application>
5
0 commit comments