Skip to content

Commit 33cbee6

Browse files
authored
fix(android): add AGP 8 compatibility (g123k#75)
1 parent 3290047 commit 33cbee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ android {
3131
lintOptions {
3232
disable 'InvalidPackage'
3333
}
34+
if (project.android.hasProperty('namespace')) {
35+
namespace 'fr.g123k.flutterappbadge.flutterappbadger'
36+
}
3437
}
3538

3639
dependencies {

0 commit comments

Comments
 (0)