Skip to content

Commit

Permalink
Configure Android namespace to fix missing namespace issue on Gradle …
Browse files Browse the repository at this point in the history
…>= 8.x
  • Loading branch information
h3x4d3c1m4l committed Oct 17, 2024
1 parent 88a1bd5 commit c6e8fdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace 'com.pdftron.pdftronflutter'

compileSdkVersion 33

defaultConfig {
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.nonTransitiveRClass=false
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pdftron.pdftronflutter">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.pdftron.pdftronflutter">

<application>

Expand Down

0 comments on commit c6e8fdb

Please sign in to comment.