File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1818 uses : gradle/gradle-build-action@v2
1919 - name : Check Snippets
2020 run : python scripts/checksnippets.py
21+ # TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
22+ - name : Remove Firebase Data Connect from CI
23+ run : python scripts/ci_remove_fdc.py
2124 - name : Copy mock google_services.json
2225 run : ./copy_mock_google_services_json.sh
2326 - name : Build with Gradle (Pull Request)
Original file line number Diff line number Diff line change 1+ # TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
2+ with open ('settings.gradle.kts' , 'r' ) as file :
3+ filedata = file .read ()
4+
5+ filedata = filedata .replace ('":dataconnect:app",' , '' )
6+
7+ with open ('settings.gradle.kts' , 'w' ) as file :
8+ file .write (filedata )
You can’t perform that action at this time.
0 commit comments