From 12ce3d3821a722b27a651b30c4695e27a7315a47 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Tue, 15 Oct 2024 22:25:59 +0100 Subject: [PATCH] bump: up to android-15.0.0_r3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6b1c6b2a..36262f48 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-15.0.0_r1 --git-lfs + repo init -u https://android.googlesource.com/platform/manifest -b android-15.0.0_r3 --git-lfs echo echo "--> Preparing local manifest"