update local.properties path

This commit is contained in:
Amruth Pillai
2022-03-10 00:12:33 +01:00
parent 55a09c0c05
commit 40f5111eba

View File

@ -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: |