We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78744e2 + 5afa4bd commit 6120ce3Copy full SHA for 6120ce3
.github/workflows/build_and_test.yml
@@ -36,8 +36,6 @@ jobs:
36
# with:
37
# cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
38
39
- - name: Grant execute permission for gradlew
40
- run: chmod +x gradlew
41
- name: Decode google-services.json
42
env:
43
DEBUG_GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.DEBUG_GOOGLE_SERVICES_JSON_BASE64 }}
@@ -131,8 +129,6 @@ jobs:
131
129
- name: Setup Gradle
132
130
uses: gradle/actions/setup-gradle@v4
133
134
135
136
137
138
0 commit comments