android: fix kotlin dsl quoting in settings gradle
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 15:11:13 +03:00
parent d7dfda1d31
commit 6afde15a2c

View File

@@ -14,5 +14,5 @@ dependencyResolutionManagement {
} }
} }
rootProject.name = MessengerAndroid rootProject.name = "MessengerAndroid"
include(:app) include(":app")