From e049eaaadb057296255a43463ec69a6047dd75d6 Mon Sep 17 00:00:00 2001 From: Kashif Mehmood Date: Wed, 21 May 2025 02:24:29 +0500 Subject: [PATCH] Docs: Update README with fontName property location The `fontName` property for customizing the app's font should be placed in the project's `gradle.properties` file, not `~/gradlew/gradle.properties`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 534a919d..97ef7420 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The app combines a variety of different Google technologies, such as: [`remote_config_defaults.xml`](core/network/src/main/res/xml/remote_config_defaults.xml) 4. If you'd like to change the font that the app renders with, an optional spec can be placed in - `~/gradlew/gradle.properties` file: + the project's `gradle.properties` file: ``` fontName="Roboto Flex"