[Upgrades] Dart SDK, APG, target SDK, and more (#574) #160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notifications Disabled (for ease of open source contributions) | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- run: | | |
found=($(grep "^apply plugin: 'com.google.gms.google-services'" android/app/build.gradle | wc -l)) | |
[ "$found" == "0" ] || exit 1 | |
exit 0 |