diff --git a/.github/workflows/manual_deploy_to_firebase_workflow.yml b/.github/workflows/manual_deploy_to_firebase_workflow.yml
index 316fb7f..03df4a3 100644
--- a/.github/workflows/manual_deploy_to_firebase_workflow.yml
+++ b/.github/workflows/manual_deploy_to_firebase_workflow.yml
@@ -31,6 +31,9 @@ jobs:
- name: Make gradle executable
run: chmod +x ./gradlew
+ - name: Get local.properties from secrets
+ run: echo "${{secrets.ProjectSecrets }}" > $GITHUB_WORKSPACE/local.properties
+
- name: Build with Gradle
run: ./gradlew build --stacktrace
diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml
index e80ef22..b268ef3 100644
--- a/.idea/deploymentTargetSelector.xml
+++ b/.idea/deploymentTargetSelector.xml
@@ -5,15 +5,6 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file