Skip to content

Commit a222bf4

Browse files
remove extra log statement
1 parent 687a6d5 commit a222bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ android {
101101
?: project.property("signing.element.nightly.storePassword") as? String?
102102
}
103103
}
104-
logger.warnInBox("Building $baseAppName")
104+
105105
val baseAppName = BuildTimeConfig.APPLICATION_NAME
106106
logger.warnInBox("Building ${defaultConfig.applicationId} ($baseAppName)")
107107

0 commit comments

Comments
 (0)