Skip to content

Commit b07893f

Browse files
authored
fix(android): add missing namespace to support AGP 7.0+ (#143)
1 parent 9510ba1 commit b07893f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollbar_flutter/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ apply plugin: 'checkstyle'
3333
apply plugin: "com.github.spotbugs"
3434

3535
android {
36+
namespace 'com.rollbar.flutter'
3637
compileSdkVersion 31
3738

3839
compileOptions {

0 commit comments

Comments
 (0)