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 f76a395 commit 851252fCopy full SHA for 851252f
.github/workflows/android.yml
@@ -22,7 +22,7 @@ jobs:
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
+ run: sed "s/\":dataconnect:app\",//g" settings.gradle.kts > settings.gradle.kts
26
- name: Build with Gradle (Pull Request)
27
run: ./build_pull_request.sh
28
if: github.event_name == 'pull_request'
0 commit comments