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"