From 457b2403a7d5ee5e466e53022d82f920081cb47f Mon Sep 17 00:00:00 2001 From: Nick Rout Date: Mon, 3 Oct 2022 09:26:15 +0200 Subject: [PATCH] Fix updateDeps.sh in README Fixes #986 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5d283b6..fb58689e7 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Looking for a sample that has the following features? To update dependencies to their new stable versions, run: ``` -./scripts/updatesDeps.sh +./scripts/updateDeps.sh ``` To make any other manual updates to dependencies (ie add a new dependency or set an alpha version), update the `/scripts/libs.versions.toml` file with changes, and then run `duplicate_version_config.sh` to propogate the changes to all other samples. You can also update the `toml-updater-config.gradle` file with changes that need to propogate to each sample.