From 1087363f02c6c34dca6a45e036ee4329dbca776b Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Tue, 2 Jul 2024 23:57:46 +0100 Subject: [PATCH] bump: up to android-14.0.0_r54 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0340789e..5540516d 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ BV=$1 initRepos() { echo "--> Initializing workspace" - repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r51 --git-lfs + repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r54 --git-lfs echo echo "--> Preparing local manifest"