From c4b5debe838db9b26e086220b34722fa137369b3 Mon Sep 17 00:00:00 2001 From: Imbroglius <163344413+Imbroglius@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:34:49 +0200 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 a44e5430..50a8ad19 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,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"