Fix: Remove BuildConfig reference (generated at build time)

This commit is contained in:
James (ClawdBot) 2026-01-28 03:53:48 +00:00
parent 003d26cd4d
commit 16c0fce034
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ClawdNodeApp : Application() {
// Create notification channels
createNotificationChannels()
auditLog.log("APP_START", "ClawdNode v${BuildConfig.VERSION_NAME} started")
auditLog.log("APP_START", "ClawdNode v0.1.0 started")
}
private fun createNotificationChannels() {