Skip to content

Commit 2cb6259

Browse files
committed
- add compileSdk
- add namespace - update compileSdk to v34
1 parent 2a86a0d commit 2cb6259

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ rootProject.allprojects {
2525
apply plugin: 'com.android.library'
2626

2727
android {
28-
compileSdkVersion 33
28+
namespace 'com.pdftron.pdftronflutter'
29+
30+
compileSdk 34
2931

3032
defaultConfig {
3133
minSdkVersion 19

0 commit comments

Comments
 (0)