From 2f2c2296f5ca2c4cd8174a05e6e5a23e235c9012 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Thu, 24 Feb 2022 17:15:33 +0100 Subject: [PATCH] Update android version in zip name for Q This was long forgotten --- build/gapps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gapps.sh b/build/gapps.sh index 012ca27..440349a 100755 --- a/build/gapps.sh +++ b/build/gapps.sh @@ -8,7 +8,7 @@ # DATE=$(date -u +%Y%m%d_%H%M%S) TOP=$(realpath .) -ANDROIDV=9.0.0 +ANDROIDV=10.0.0 SDKV=29 GARCH=$1 CPUARCH=$GARCH