diff --git a/build.sh b/build.sh index a512ac60..5af6014e 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-14.0.0_r18 --git-lfs + repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r21 --git-lfs echo echo "--> Preparing local manifest"