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.
1 parent 85f1fb9 commit a2e39b7Copy full SHA for a2e39b7
.github/workflows/android.yml
@@ -20,11 +20,6 @@ jobs:
20
run: python scripts/checksnippets.py
21
- name: Copy mock google_services.json
22
run: ./copy_mock_google_services_json.sh
23
- # TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
24
- - name: Remove Data Connect from the CI build
25
- run: sed "s/\":dataconnect:app\",//g" settings.gradle.kts > settings.gradle.kts
26
- - name: Testing
27
- run: cat settings.gradle.kts
28
- name: Build with Gradle (Pull Request)
29
run: ./build_pull_request.sh
30
if: github.event_name == 'pull_request'
0 commit comments