From b280ea8768a1c5777262bcc27c537ab07a406856 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:37:58 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7e260c8d..a40d1671 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ LMD=.repo/local_manifests initRepos() { echo "--> Initializing workspace" - repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r54 --git-lfs + repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r55 --git-lfs echo echo "--> Preparing local manifest"