From 038d7e003e572c5bc70e1c1246720f5821b3e220 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 2 Apr 2023 23:47:41 -0700 Subject: [PATCH] fix --- unity-get-container/get_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-get-container/get_container.sh b/unity-get-container/get_container.sh index dbbbd0f..fb09146 100644 --- a/unity-get-container/get_container.sh +++ b/unity-get-container/get_container.sh @@ -21,7 +21,7 @@ case $TARGET in UNITY_VERSION=ubuntu-$UNITY_VERSION ;; "android") - UNITY_TARGET=android-1.01 + UNITY_TARGET=android-1.0.1 UNITY_TARGET=ubuntu-$UNITY_VERSION ;; "webgl")