Fix: Remove BuildConfig reference (generated at build time)
This commit is contained in:
parent
003d26cd4d
commit
16c0fce034
|
|
@ -32,7 +32,7 @@ class ClawdNodeApp : Application() {
|
||||||
// Create notification channels
|
// Create notification channels
|
||||||
createNotificationChannels()
|
createNotificationChannels()
|
||||||
|
|
||||||
auditLog.log("APP_START", "ClawdNode v${BuildConfig.VERSION_NAME} started")
|
auditLog.log("APP_START", "ClawdNode v0.1.0 started")
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun createNotificationChannels() {
|
private fun createNotificationChannels() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue