From 40f5111ebaf60a17df77b9f3781c091277ab52e0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 10 Mar 2022 00:12:33 +0100 Subject: [PATCH] update local.properties path --- codemagic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemagic.yaml b/codemagic.yaml index 07124fc7..284d33d5 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -25,7 +25,7 @@ workflows: scripts: - name: Set up local properties - script: echo "sdk.dir=$ANDROID_SDK_ROOT" > "$FCI_BUILD_DIR/local.properties" + script: echo "sdk.dir=$ANDROID_SDK_ROOT" > "$FCI_BUILD_DIR/app/local.properties" - name: Set up key.properties file for code signing script: |