Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood committed May 6, 2024
1 parent 189f8a2 commit 45b5f6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ android {
lintOptions {
checkReleaseBuilds false
}

// Add the namespace configuration here
aaptOptions {
// Replace 'your.namespace.here' with the actual namespace value
additionalParameters "--manifest-namespace", "net.greenmeteor.twa"
}
}

task generateShorcutsFile {
Expand Down

0 comments on commit 45b5f6c

Please sign in to comment.