Skip to content

Commit

Permalink
fix: Support AGP8 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-yakuza committed Dec 14, 2023
1 parent a94c705 commit 649725d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
if (project.android.hasProperty('namespace')) {
namespace 'com.dooboolab.flutterinapppurchase'
}
compileSdkVersion 33

defaultConfig {
Expand Down

0 comments on commit 649725d

Please sign in to comment.