Skip to content

Commit 9697ada

Browse files
Alex BabichAlex Babich
authored andcommitted
- Added namespace
1 parent 123ead8 commit 9697ada

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
@@ -25,6 +25,9 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28+
if (project.android.hasProperty('namespace')) {
29+
namespace 'io.mway.managed_configurations'
30+
}
2831
compileSdkVersion 31
2932

3033
sourceSets {

0 commit comments

Comments
 (0)