From a9b3e63a4253d1a79ede27dad86de4fa26933207 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Tue, 7 Jan 2025 23:08:31 +0000 Subject: [PATCH] bump: up to android-15.0.0_r10 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 489cc32b..ca778cd1 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_r9 --git-lfs + repo init -u https://android.googlesource.com/platform/manifest -b android-15.0.0_r10 --git-lfs echo echo "--> Preparing local manifest"