We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44f39be + e8368aa commit f1a3b4fCopy full SHA for f1a3b4f
1 file changed
codemagic.yaml
@@ -33,6 +33,10 @@ workflows:
33
script: |
34
echo "sdk.dir=$ANDROID_SDK_ROOT" > "$CM_BUILD_DIR/local.properties"
35
36
+ - name: Write google-services.json
37
+ script: |
38
+ echo $GOOGLE_SERVICES_JSON > app/google-services.json
39
+
40
- name: Build release AAB
41
42
# Auto-increment version code based on what's already on the Play Store.
@@ -84,6 +88,10 @@ workflows:
84
88
85
89
86
90
91
92
93
94
87
95
- name: Build debug APK
96
97
./gradlew assembleDebug
0 commit comments