Skip to content

Commit ca6e422

Browse files
committed
refactor(firebase_dart_flutter): add namespace to build.gradle
1 parent a8238eb commit ca6e422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firebase_dart_flutter/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ rootProject.allprojects {
3737
apply plugin: 'com.android.library'
3838

3939
android {
40+
namespace 'be.appsup.firebase_dart_flutter'
41+
4042
compileSdkVersion 29
4143

4244
defaultConfig {

0 commit comments

Comments
 (0)