From 3a75a3088ddf4ad0bc0dc706b356c4ce108fde53 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Mon, 1 May 2023 20:57:00 +0100 Subject: [PATCH] bump: Up to android-13.0.0_r44 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7744063d..5f815b58 100644 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ BD=$HOME/builds initRepos() { if [ ! -d .repo ]; then echo "--> Initializing workspace" - repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r41 + repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r44 echo echo "--> Preparing local manifest"