We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a8698 commit 02c3b92Copy full SHA for 02c3b92
1 file changed
.github/workflows/android.yml
@@ -10,14 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
14
- - name: set up JDK
15
- uses: actions/setup-java@v1
16
- with:
17
- java-version: 17
18
- - name: Decode google-services.json
19
- env:
20
- FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
21
- run: echo $FIREBASE_CONFIG > android/google-services.json
22
- - name: Build with Gradle
23
- run: ./gradlew android:bundleDebug
+ - uses: actions/checkout@v2
+ - name: set up JDK
+ uses: actions/setup-java@v1
+ with:
+ java-version: 17
+ - name: Decode google-services.json
+ env:
+ FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
+ run: echo $FIREBASE_CONFIG > app/google-services.json
+ - name: Build with Gradle
+ run: ./gradlew android:bundleDebug
0 commit comments