android: fix kotlin dsl quoting in settings gradle
Some checks are pending
CI / test (push) Has started running
Some checks are pending
CI / test (push) Has started running
This commit is contained in:
@@ -14,5 +14,5 @@ dependencyResolutionManagement {
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = MessengerAndroid
|
||||
include(:app)
|
||||
rootProject.name = "MessengerAndroid"
|
||||
include(":app")
|
||||
|
||||
Reference in New Issue
Block a user