Skip to content

Commit b2661fe

Browse files
committed
Configure Android namespace to fix missing namespace issue on Gradle >= 8.x
1 parent 88a1bd5 commit b2661fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ rootProject.allprojects {
2525
apply plugin: 'com.android.library'
2626

2727
android {
28+
namespace 'com.pdftron.pdftronflutter'
29+
2830
compileSdkVersion 33
2931

3032
defaultConfig {

0 commit comments

Comments
 (0)