Skip to content

Commit 1db0162

Browse files
Alex BabichAlex Babich
authored andcommitted
- Added namespace
1 parent c6735b4 commit 1db0162

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ apply plugin: 'kotlin-android'
2828
android {
2929
compileSdkVersion 33
3030

31+
if (project.android.hasProperty('namespace')) {
32+
namespace 'io.alexrintt.sharedstorage'
33+
}
34+
35+
3136
sourceSets {
3237
main.java.srcDirs += 'src/main/kotlin'
3338
}

0 commit comments

Comments
 (0)