Skip to content

Commit 312a48c

Browse files
committed
Fix namespace
1 parent ed5b583 commit 312a48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream-log-file/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ kotlin {
8080

8181
android {
8282
compileSdk = Configuration.compileSdk
83-
namespace = "io.getstream.log"
83+
namespace = "io.getstream.log.file"
8484
defaultConfig {
8585
minSdk = Configuration.minSdk
8686
}

0 commit comments

Comments
 (0)